Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dmsft.c640 if (hdev->msft_opcode == HCI_OP_NOP) in msft_do_open()
H A Dhci_sync.c7565 return __hci_cmd_sync_status_sk(hdev, HCI_OP_NOP, 0, NULL, in hci_le_pa_create_sync()
7639 err = __hci_cmd_sync_status_sk(hdev, HCI_OP_NOP, 0, NULL, in hci_le_pa_create_sync()
H A Dhci_event.c7584 hci_skb_opcode(hdev->req_skb) == HCI_OP_NOP) && in hci_le_meta_evt()
7897 u16 opcode = HCI_OP_NOP; in hci_event_packet()
H A Dhci_core.c4081 if (hci_skb_opcode(skb) != HCI_OP_NOP) { in hci_send_cmd_sync()
/linux/include/net/bluetooth/
H A Dhci.h773 #define HCI_OP_NOP 0x0000 macro