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.c635 if (hdev->msft_opcode == HCI_OP_NOP) in msft_do_open()
H A Dhci_sync.c7114 return __hci_cmd_sync_status_sk(hdev, HCI_OP_NOP, 0, NULL, in hci_le_past_params_sync()
7176 err = __hci_cmd_sync_status_sk(hdev, HCI_OP_NOP, 0, NULL, in hci_le_pa_create_sync()
H A Dhci_event.c7471 hci_skb_opcode(hdev->req_skb) == HCI_OP_NOP) && in hci_le_meta_evt()
7776 u16 opcode = HCI_OP_NOP; in hci_event_packet()
H A Dhci_core.c4117 if (hci_skb_opcode(skb) != HCI_OP_NOP) { in hci_send_cmd_sync()
/linux/include/net/bluetooth/
H A Dhci.h774 #define HCI_OP_NOP 0x0000 macro