Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c132 if (hci_status) in __hci_req_sync()
133 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
147 if (hci_status) in __hci_req_sync()
148 *hci_status = 0; in __hci_req_sync()
152 if (hci_status) in __hci_req_sync()
153 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
167 if (hci_status) in __hci_req_sync()
168 *hci_status = hdev->req_result; in __hci_req_sync()
173 if (hci_status) in __hci_req_sync()
174 *hci_status = HCI_ERROR_UNSPECIFIED; in __hci_req_sync()
[all …]
H A Dhci_request.h63 unsigned long opt, u32 timeout, u8 *hci_status);
66 unsigned long opt, u32 timeout, u8 *hci_status);
H A Dmgmt.c9879 void mgmt_auth_failed(struct hci_conn *conn, u8 hci_status) in mgmt_auth_failed() argument
9883 u8 status = mgmt_status(hci_status); in mgmt_auth_failed()