Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/bluetooth/
Dbluetooth.h479 #define hci_skb_opcode(skb) bt_cb((skb))->hci.opcode macro
/linux-6.6.21/net/bluetooth/
Dhci_request.c233 hci_skb_opcode(skb) = opcode; in hci_prepare_cmd()
Dhci_event.c7338 hci_opcode_ogf(hci_skb_opcode(hdev->sent_cmd)) == 0x08 && in hci_le_meta_evt()
7340 *opcode = hci_skb_opcode(hdev->sent_cmd); in hci_le_meta_evt()
7728 hci_opcode_ogf(hci_skb_opcode(hdev->sent_cmd)) != 0x08 && in hci_event_packet()
7730 hci_req_cmd_complete(hdev, hci_skb_opcode(hdev->sent_cmd), in hci_event_packet()
Dhci_sock.c1889 hci_skb_opcode(skb) = opcode; in hci_sock_sendmsg()
Dhci_sync.c70 hci_skb_opcode(skb) = opcode; in hci_cmd_sync_alloc()