Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bluetooth/
Dbtmrvl_main.c58 if (hdr->evt == HCI_EV_CMD_COMPLETE) { in btmrvl_check_evtpkt()
Dbtusb.c2136 hdr->evt = HCI_EV_CMD_COMPLETE; in inject_cmd_complete()
/linux-4.1.27/include/net/bluetooth/
Dhci.h1560 #define HCI_EV_CMD_COMPLETE 0x0e macro
/linux-4.1.27/net/bluetooth/
Dhci_sock.c144 if (flt_event == HCI_EV_CMD_COMPLETE && in is_filtered_packet()
Dhci_event.c5161 if (hdr->evt != HCI_EV_CMD_COMPLETE) { in hci_get_cmd_complete()
5206 event == HCI_EV_CMD_COMPLETE) in hci_event_packet()
5252 case HCI_EV_CMD_COMPLETE: in hci_event_packet()