蓝牙学习(3) Linux kernel部分Bluetooth HCI分析

在上文,https://blog.csdn.net/feiwatson/article/details/81712933中主要理解了在Kernel中USB adapter是如何实现USB设备驱动,以及HCI数据是通过不同的pipes和host通信的。

  • Control pipes are used to transport HCI commands.
  • Interrupt pipes are responsible for carrying HCI events.

这里接着分析Bluetooth Core (net\bluetooth\*)中HCI 部分。

这里写图片描述

〈待续〉

Reference

https://www.amd.e-technik.uni-rostock.de/ma/gol/lectures/wirlec/bluetooth_info/hci.html

posted @ 2018-08-16 16:45  feiwatson  阅读(645)  评论(0编辑  收藏  举报