Home
last modified time | relevance | path

Searched refs:HCI_OP_INQUIRY (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/net/bluetooth/
Dhci_event.c829 hci_req_complete(hdev, HCI_OP_INQUIRY, status); in hci_cs_inquiry()
1199 hci_req_complete(hdev, HCI_OP_INQUIRY, status); in hci_inquiry_complete_evt()
1791 case HCI_OP_INQUIRY: in hci_cmd_status_evt()
Dhci_core.c429 hci_send_cmd(hdev, HCI_OP_INQUIRY, sizeof(cp), &cp); in hci_inq_req()
/linux-2.6.39/include/net/bluetooth/
Dhci.h252 #define HCI_OP_INQUIRY 0x0401 macro