Home
last modified time | relevance | path

Searched refs:HCI_REQ_SKB (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
Dbluetooth.h356 #define HCI_REQ_SKB BIT(1) macro
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_core.c4875 if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
4893 if (bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) in hci_req_cmd_complete()
Dhci_request.c80 bt_cb(skb)->hci.req_flags |= HCI_REQ_SKB; in req_run()