Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dhci_request.h53 unsigned long opt, u32 timeout, u8 *hci_status);
56 unsigned long opt, u32 timeout, u8 *hci_status);
Dhci_request.c195 unsigned long opt, u32 timeout, u8 *hci_status) in __hci_req_sync() argument
208 if (hci_status) in __hci_req_sync()
209 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
223 if (hci_status) in __hci_req_sync()
224 *hci_status = 0; in __hci_req_sync()
228 if (hci_status) in __hci_req_sync()
229 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
243 if (hci_status) in __hci_req_sync()
244 *hci_status = hdev->req_result; in __hci_req_sync()
249 if (hci_status) in __hci_req_sync()
[all …]
Dmgmt.c278 static u8 mgmt_status(u8 hci_status) in mgmt_status() argument
280 if (hci_status < ARRAY_SIZE(mgmt_status_table)) in mgmt_status()
281 return mgmt_status_table[hci_status]; in mgmt_status()
6312 static void conn_info_refresh_complete(struct hci_dev *hdev, u8 hci_status, in conn_info_refresh_complete() argument
6321 bt_dev_dbg(hdev, "status 0x%02x", hci_status); in conn_info_refresh_complete()
6339 status = mgmt_status(hci_status); in conn_info_refresh_complete()
9073 void mgmt_auth_failed(struct hci_conn *conn, u8 hci_status) in mgmt_auth_failed() argument
9077 u8 status = mgmt_status(hci_status); in mgmt_auth_failed()