Open winter91 opened 1 year ago
https://notes.z-dd.net/2023/03/08/btmon%E8%8E%B7%E5%8F%96hci%E6%95%B0%E6%8D%AE%E6%B5%81%E7%A8%8B/
btmon获取hci数据流程背景最近在看蓝牙相关的驱动代码,追到hci接收数据处理函数hci_rx_work()(net/bluetooth/hci_core.c),瞄到下面一段代码: ... while ((skb = skb_dequeue(&hdev->rx_q))) { / Send copy to monitor / hci_send_to_moni
https://notes.z-dd.net/2023/03/08/btmon%E8%8E%B7%E5%8F%96hci%E6%95%B0%E6%8D%AE%E6%B5%81%E7%A8%8B/
btmon获取hci数据流程背景最近在看蓝牙相关的驱动代码,追到hci接收数据处理函数hci_rx_work()(net/bluetooth/hci_core.c),瞄到下面一段代码: ... while ((skb = skb_dequeue(&hdev->rx_q))) { / Send copy to monitor / hci_send_to_moni