Searched refs:HCI_OP_NOP (Results 1 – 5 of 5) sorted by relevance
635 if (hdev->msft_opcode == HCI_OP_NOP) in msft_do_open()
7114 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()
7471 hci_skb_opcode(hdev->req_skb) == HCI_OP_NOP) && in hci_le_meta_evt()7776 u16 opcode = HCI_OP_NOP; in hci_event_packet()
4117 if (hci_skb_opcode(skb) != HCI_OP_NOP) { in hci_send_cmd_sync()
774 #define HCI_OP_NOP 0x0000 macro