Searched refs:hci_req_complete (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/net/bluetooth/ |
D | hci_event.c | 61 hci_req_complete(hdev, HCI_OP_INQUIRY_CANCEL, status); in hci_cc_inquiry_cancel() 177 hci_req_complete(hdev, HCI_OP_WRITE_DEF_LINK_POLICY, status); in hci_cc_write_def_link_policy() 188 hci_req_complete(hdev, HCI_OP_RESET, status); in hci_cc_reset() 240 hci_req_complete(hdev, HCI_OP_WRITE_AUTH_ENABLE, status); in hci_cc_write_auth_enable() 263 hci_req_complete(hdev, HCI_OP_WRITE_ENCRYPT_MODE, status); in hci_cc_write_encrypt_mode() 299 hci_req_complete(hdev, HCI_OP_WRITE_SCAN_ENABLE, status); in hci_cc_write_scan_enable() 397 hci_req_complete(hdev, HCI_OP_HOST_BUFFER_SIZE, status); in hci_cc_host_buffer_size() 594 hci_req_complete(hdev, HCI_OP_READ_LOCAL_COMMANDS, rp->status); in hci_cc_read_local_commands() 688 hci_req_complete(hdev, HCI_OP_READ_BD_ADDR, rp->status); in hci_cc_read_bd_addr() 697 hci_req_complete(hdev, HCI_OP_WRITE_CA_TIMEOUT, status); in hci_cc_write_ca_timeout() [all …]
|
D | hci_core.c | 97 void hci_req_complete(struct hci_dev *hdev, __u16 cmd, int result) in hci_req_complete() function
|
/linux-2.6.39/include/net/bluetooth/ |
D | hci_core.h | 799 void hci_req_complete(struct hci_dev *hdev, __u16 cmd, int result);
|