Home
last modified time | relevance | path

Searched refs:hci_skb_opcode (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/include/net/bluetooth/
Dbluetooth.h487 #define hci_skb_opcode(skb) bt_cb((skb))->hci.opcode macro
/linux-6.14.4/net/bluetooth/
Dhci_event.c7147 hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) == 0x08 && in hci_le_meta_evt()
7149 *opcode = hci_skb_opcode(hdev->req_skb); in hci_le_meta_evt()
7515 hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) != 0x08 && in hci_event_packet()
7517 hci_req_cmd_complete(hdev, hci_skb_opcode(hdev->req_skb), in hci_event_packet()
Dhci_sock.c1886 hci_skb_opcode(skb) = opcode; in hci_sock_sendmsg()
Dhci_core.c1451 u16 opcode = hci_skb_opcode(hdev->req_skb); in hci_cmd_timeout()
Dhci_sync.c72 hci_skb_opcode(skb) = opcode; in hci_cmd_sync_alloc()