Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dbluetooth.h427 #define HCI_REQ_SKB BIT(1) macro
/linux-6.1.9/net/bluetooth/
Dhci_request.c78 bt_cb(skb)->hci.req_flags |= HCI_REQ_SKB; in req_run()
Dhci_core.c3966 if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
3984 if (bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) in hci_req_cmd_complete()
Dhci_sync.c134 bt_cb(skb)->hci.req_flags |= HCI_REQ_SKB; in hci_cmd_sync_run()