在Android中解码ble hci snoop日志

时间:2017-06-03 11:32:48

标签: bluetooth bluetooth-lowenergy android-bluetooth

我正在调试android断开连接问题并收集了蓝牙hci snoop日志,并通过wireshark工具浏览了它,但我无法理解日志中显示的数据包。是否有任何官方/非官方文档来理解这些hci snoop日志?

1 个答案:

答案 0 :(得分:1)

它是蓝牙HCI协议。您可以在https://www.bluetooth.com/specifications/adopted-specifications下载该手册。按"核心版本5.0"下载当前版本(5)。如果您查看Vol 2 Part E第7章,您将看到所有类型的数据包。 ACL数据包取决于它是什么类型的数据(更高层规范)。例如GATT,您可以在第3卷第G部分找到文档。