Searched refs:hci_status (Results 1 – 3 of 3) sorted by relevance
/net/bluetooth/ |
D | hci_request.c | 192 unsigned long opt, u32 timeout, u8 *hci_status) in __hci_req_sync() argument 206 if (hci_status) in __hci_req_sync() 207 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync() 227 if (hci_status) in __hci_req_sync() 228 *hci_status = 0; in __hci_req_sync() 232 if (hci_status) in __hci_req_sync() 233 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync() 248 if (hci_status) in __hci_req_sync() 249 *hci_status = hdev->req_result; in __hci_req_sync() 254 if (hci_status) in __hci_req_sync() [all …]
|
D | hci_request.h | 51 unsigned long opt, u32 timeout, u8 *hci_status); 54 unsigned long opt, u32 timeout, u8 *hci_status);
|
D | mgmt.c | 242 static u8 mgmt_status(u8 hci_status) in mgmt_status() argument 244 if (hci_status < ARRAY_SIZE(mgmt_status_table)) in mgmt_status() 245 return mgmt_status_table[hci_status]; in mgmt_status() 4842 static void conn_info_refresh_complete(struct hci_dev *hdev, u8 hci_status, in conn_info_refresh_complete() argument 4851 BT_DBG("status 0x%02x", hci_status); in conn_info_refresh_complete() 4869 status = mgmt_status(hci_status); in conn_info_refresh_complete() 7142 void mgmt_auth_failed(struct hci_conn *conn, u8 hci_status) in mgmt_auth_failed() argument 7146 u8 status = mgmt_status(hci_status); in mgmt_auth_failed()
|