gd

奔跑吧 android13 小时前
android·bluetooth·carplay·bt·gd·aosp13
【android bluetooth 案例分析 04】【Carplay 详解 3】【Carplay 连接之车机主动连手机】在前面的文章中,我们已经介绍了 carplay 在车机中的角色划分, 并实际分析了 手机主动连接车机的案例。 感兴趣可以 查看如下文章介绍。 【android bluetooth 案例分析 04】【Carplay 详解 1】【CarPlay 在车机侧的蓝牙通信原理与角色划分详解】 【android bluetooth 案例分析 04】【Carplay 详解 2】【Carplay 连接之手机主动连车机】
奔跑吧 android13 天前
android·bluetooth·hci·bt·gd·aosp13
【android bluetooth 协议分析 01】【HCI 层介绍 3】【NUMBER_OF_COMPLETED_PACKETS 事件介绍】我们在介绍 【android bluetooth 框架分析 02】【Module详解 8】【Controller 模块介绍】 中介绍 Controller 模块初始化流程时,在 Controller::impl::Start 函数中会看到 我们对 NUMBER_OF_COMPLETED_PACKETS 事件做了 专门的监听:
奔跑吧 android14 天前
android·bluetooth·bt·gd·aosp13·writelehostsup·hcicmd
【android bluetooth 协议分析 01】【HCI 层介绍 6】【WriteLeHostSupport命令介绍】HCI 指令 HCI_Write_LE_Host_Support 是 Bluetooth Host 向 Controller 发送的一条指令,用于启用或禁用主机对 Bluetooth Low Energy(LE)的支持能力。该指令属于 HCI(Host Controller Interface)命令集合中,规范位置为 Core Spec v5.x,Vol 2, Part E, Section 7.3.79。
奔跑吧 android18 天前
android·bluetooth·bt·gd·a2dpsink·免切源·aosp14
【android bluetooth 协议分析 12】【A2DP详解 1】【车机侧蓝牙音乐免切源介绍】“车机蓝牙音乐免切源” 是近年来车载系统(IVI,In-Vehicle Infotainment)中常见的一个用户体验优化功能。它主要是为了简化蓝牙音乐播放流程、减少用户操作,提升使用便捷性。
奔跑吧 android1 个月前
android·bluetooth·l2cap·gd·aosp13
【android bluetooth 协议分析 06】【l2cap详解 11】【l2cap连接超时处理逻辑介绍】我们在使用蓝牙的过程中, 当上层 应用 断开所有的 profile 后, 协议栈就会帮我们下发 disconnect 命令。本节就让笨叔, 带大家一起梳理这块内容,具体在协议栈如何处理的。
奔跑吧 android2 个月前
android·bluetooth·bt·gd·aosp13·hcihal
【android bluetooth 框架分析 02】【Module详解 3】【HciHal 模块介绍】我们在 gd_shim_module 介绍章节中,看到 我们将 HciHal 模块加入到了 modules 中。
奔跑吧 android2 个月前
android·bluetooth·bt·gabeldorsche·gd·aosp13·bluedroid
【android bluetooth 协议分析 01】【HCI 层介绍 1】【hci_packets.pdl 介绍】在 AOSP 的蓝牙协议栈 (Gabeldorsche) 中,hci_packets.pdl 是一个 协议描述语言文件,用于定义 HCI (Host Controller Interface) 层的数据包结构和通信协议。以下是详细解析: