Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_request.h53 unsigned long opt, u32 timeout, u8 *hci_status);
56 unsigned long opt, u32 timeout, u8 *hci_status);
Dhci_request.c194 unsigned long opt, u32 timeout, u8 *hci_status) in __hci_req_sync() argument
207 if (hci_status) in __hci_req_sync()
208 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
222 if (hci_status) in __hci_req_sync()
223 *hci_status = 0; in __hci_req_sync()
227 if (hci_status) in __hci_req_sync()
228 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
242 if (hci_status) in __hci_req_sync()
243 *hci_status = hdev->req_result; in __hci_req_sync()
248 if (hci_status) in __hci_req_sync()
[all …]
Dmgmt.c273 static u8 mgmt_status(u8 hci_status) in mgmt_status() argument
275 if (hci_status < ARRAY_SIZE(mgmt_status_table)) in mgmt_status()
276 return mgmt_status_table[hci_status]; in mgmt_status()
6082 static void conn_info_refresh_complete(struct hci_dev *hdev, u8 hci_status, in conn_info_refresh_complete() argument
6091 bt_dev_dbg(hdev, "status 0x%02x", hci_status); in conn_info_refresh_complete()
6109 status = mgmt_status(hci_status); in conn_info_refresh_complete()
8475 void mgmt_auth_failed(struct hci_conn *conn, u8 hci_status) in mgmt_auth_failed() argument
8479 u8 status = mgmt_status(hci_status); in mgmt_auth_failed()