【发布时间】:2017-06-03 11:32:47
【问题描述】:
我正在调试一个 android 断开连接问题,并收集了蓝牙 hci snoop 日志并通过 wireshark 工具浏览了它,但我无法理解日志中显示的数据包。是否有任何官方/非官方文档来理解这些 hci snoop 日志?
【问题讨论】:
标签: bluetooth bluetooth-lowenergy android-bluetooth
我正在调试一个 android 断开连接问题,并收集了蓝牙 hci snoop 日志并通过 wireshark 工具浏览了它,但我无法理解日志中显示的数据包。是否有任何官方/非官方文档来理解这些 hci snoop 日志?
【问题讨论】:
标签: bluetooth bluetooth-lowenergy android-bluetooth
这是蓝牙 HCI 协议。您可以在https://www.bluetooth.com/specifications/adopted-specifications 下载手册。按“Core Version 5.0”下载当前版本(5)。如果您查看第 2 卷第 E 部分第 7 章,您将看到所有类型的数据包。 ACL 数据包取决于它是什么类型的数据(更高层规范)。例如 GATT,您可以在 Vol 3 Part G 中找到文档。
【讨论】: