Home
last modified time | relevance | path

Searched refs:HCI_REQ_PEND (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci_sync.h12 #define HCI_REQ_PEND 1 macro
/linux/net/bluetooth/
H A Dhci_sync.c28 if (hdev->req_status != HCI_REQ_PEND) in hci_cmd_sync_complete()
170 hdev->req_status = HCI_REQ_PEND; in __hci_cmd_sync_sk()
177 hdev->req_status != HCI_REQ_PEND, in __hci_cmd_sync_sk()
668 if (hdev->req_status == HCI_REQ_PEND) { in hci_cmd_sync_cancel()
686 if (hdev->req_status == HCI_REQ_PEND) { in hci_cmd_sync_cancel_sync()
H A Dhci_conn.c3047 if (conn->state == BT_CONNECT && hdev->req_status == HCI_REQ_PEND) { in hci_abort_conn()
H A Dhci_core.c4081 if (hdev->req_status == HCI_REQ_PEND && in hci_send_cmd_sync()