Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dbluetooth.h451 #define HCI_REQ_SKB BIT(1) macro
/linux/net/bluetooth/
H A Dhci_core.c3942 if (skb && bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
3960 if (bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) in hci_req_cmd_complete()
H A Dhci_sync.c137 bt_cb(skb)->hci.req_flags |= HCI_REQ_SKB; in hci_req_sync_run()