在上文,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 C…