Searched refs:hci_status (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.c | 117 unsigned long opt, u32 timeout, u8 *hci_status) in __hci_req_sync() 130 if (hci_status) in __hci_req_sync() 131 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync() 145 if (hci_status) in __hci_req_sync() 146 *hci_status = 0; in __hci_req_sync() 150 if (hci_status) in __hci_req_sync() 151 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync() 165 if (hci_status) in __hci_req_sync() 166 *hci_status = hdev->req_result; in __hci_req_sync() 171 if (hci_status) in __hci_req_sync() 115 __hci_req_sync(struct hci_dev *hdev, int (*func)(struct hci_request *req, unsigned long opt), unsigned long opt, u32 timeout, u8 *hci_status) __hci_req_sync() argument 191 hci_req_sync(struct hci_dev *hdev, int (*req)(struct hci_request *req, unsigned long opt), unsigned long opt, u32 timeout, u8 *hci_status) hci_req_sync() argument [all...] |
H A D | hci_request.h | 63 unsigned long opt, u32 timeout, u8 *hci_status); 66 unsigned long opt, u32 timeout, u8 *hci_status);
|
H A D | mgmt.c | 9895 void mgmt_auth_failed(struct hci_conn *conn, u8 hci_status) in mgmt_auth_failed() argument 9899 u8 status = mgmt_status(hci_status); in mgmt_auth_failed()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.h | 53 unsigned long opt, u32 timeout, u8 *hci_status); 56 unsigned long opt, u32 timeout, u8 *hci_status);
|
H A D | hci_request.c | 196 unsigned long opt, u32 timeout, u8 *hci_status) in __hci_req_sync() 209 if (hci_status) in __hci_req_sync() 210 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync() 224 if (hci_status) in __hci_req_sync() 225 *hci_status = 0; in __hci_req_sync() 229 if (hci_status) in __hci_req_sync() 230 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync() 244 if (hci_status) in __hci_req_sync() 245 *hci_status = hdev->req_result; in __hci_req_sync() 250 if (hci_status) in __hci_req_sync() 194 __hci_req_sync(struct hci_dev *hdev, int (*func)(struct hci_request *req, unsigned long opt), unsigned long opt, u32 timeout, u8 *hci_status) __hci_req_sync() argument 270 hci_req_sync(struct hci_dev *hdev, int (*req)(struct hci_request *req, unsigned long opt), unsigned long opt, u32 timeout, u8 *hci_status) hci_req_sync() argument [all...] |
H A D | mgmt.c | 273 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() 6097 static void conn_info_refresh_complete(struct hci_dev *hdev, u8 hci_status, in conn_info_refresh_complete() argument 6106 bt_dev_dbg(hdev, "status 0x%02x", hci_status); in conn_info_refresh_complete() 6124 status = mgmt_status(hci_status); in conn_info_refresh_complete() 8490 void mgmt_auth_failed(struct hci_conn *conn, u8 hci_status) in mgmt_auth_failed() argument 8494 u8 status = mgmt_status(hci_status); in mgmt_auth_failed()
|
Completed in 29 milliseconds