Searched refs:hci_req_complete (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/net/bluetooth/ |
D | hci_event.c | 67 hci_req_complete(hdev, HCI_OP_INQUIRY_CANCEL, status); in hci_cc_inquiry_cancel() 181 hci_req_complete(hdev, HCI_OP_WRITE_DEF_LINK_POLICY, status); in hci_cc_write_def_link_policy() 192 hci_req_complete(hdev, HCI_OP_RESET, status); in hci_cc_reset() 220 hci_req_complete(hdev, HCI_OP_WRITE_LOCAL_NAME, status); in hci_cc_write_local_name() 259 hci_req_complete(hdev, HCI_OP_WRITE_AUTH_ENABLE, status); in hci_cc_write_auth_enable() 282 hci_req_complete(hdev, HCI_OP_WRITE_ENCRYPT_MODE, status); in hci_cc_write_encrypt_mode() 331 hci_req_complete(hdev, HCI_OP_WRITE_SCAN_ENABLE, status); in hci_cc_write_scan_enable() 428 hci_req_complete(hdev, HCI_OP_HOST_BUFFER_SIZE, status); in hci_cc_host_buffer_size() 613 hci_req_complete(hdev, HCI_OP_READ_LOCAL_VERSION, rp->status); in hci_cc_read_local_version() 649 hci_req_complete(hdev, HCI_OP_READ_LOCAL_COMMANDS, rp->status); in hci_cc_read_local_commands() [all …]
|
D | hci_core.c | 77 void hci_req_complete(struct hci_dev *hdev, __u16 cmd, int result) in hci_req_complete() function
|
/linux-3.4.99/include/net/bluetooth/ |
D | hci_core.h | 1065 void hci_req_complete(struct hci_dev *hdev, __u16 cmd, int result);
|