Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dbluetooth.h358 #define HCI_REQ_SKB BIT(1) macro
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c4888 if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
4906 if (bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) in hci_req_cmd_complete()
H A Dhci_request.c80 bt_cb(skb)->hci.req_flags |= HCI_REQ_SKB; in req_run()