hci_status 194 net/bluetooth/hci_request.c unsigned long opt, u32 timeout, u8 *hci_status) hci_status 207 net/bluetooth/hci_request.c if (hci_status) hci_status 208 net/bluetooth/hci_request.c *hci_status = HCI_ERROR_UNSPECIFIED; hci_status 222 net/bluetooth/hci_request.c if (hci_status) hci_status 223 net/bluetooth/hci_request.c *hci_status = 0; hci_status 227 net/bluetooth/hci_request.c if (hci_status) hci_status 228 net/bluetooth/hci_request.c *hci_status = HCI_ERROR_UNSPECIFIED; hci_status 242 net/bluetooth/hci_request.c if (hci_status) hci_status 243 net/bluetooth/hci_request.c *hci_status = hdev->req_result; hci_status 248 net/bluetooth/hci_request.c if (hci_status) hci_status 249 net/bluetooth/hci_request.c *hci_status = HCI_ERROR_UNSPECIFIED; hci_status 254 net/bluetooth/hci_request.c if (hci_status) hci_status 255 net/bluetooth/hci_request.c *hci_status = HCI_ERROR_UNSPECIFIED; hci_status 270 net/bluetooth/hci_request.c unsigned long opt, u32 timeout, u8 *hci_status) hci_status 279 net/bluetooth/hci_request.c ret = __hci_req_sync(hdev, req, opt, timeout, hci_status); hci_status 53 net/bluetooth/hci_request.h unsigned long opt, u32 timeout, u8 *hci_status); hci_status 56 net/bluetooth/hci_request.h unsigned long opt, u32 timeout, u8 *hci_status); hci_status 242 net/bluetooth/mgmt.c static u8 mgmt_status(u8 hci_status) hci_status 244 net/bluetooth/mgmt.c if (hci_status < ARRAY_SIZE(mgmt_status_table)) hci_status 245 net/bluetooth/mgmt.c return mgmt_status_table[hci_status]; hci_status 5202 net/bluetooth/mgmt.c static void conn_info_refresh_complete(struct hci_dev *hdev, u8 hci_status, hci_status 5211 net/bluetooth/mgmt.c BT_DBG("status 0x%02x", hci_status); hci_status 5229 net/bluetooth/mgmt.c status = mgmt_status(hci_status); hci_status 7521 net/bluetooth/mgmt.c void mgmt_auth_failed(struct hci_conn *conn, u8 hci_status) hci_status 7525 net/bluetooth/mgmt.c u8 status = mgmt_status(hci_status);