Home
last modified time | relevance | path

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

/linux-6.15/include/net/bluetooth/
H A Dhci_sync.h12 #define HCI_REQ_PEND 1 macro
/linux-6.15/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.c2883 if (conn->state == BT_CONNECT && hdev->req_status == HCI_REQ_PEND) { in hci_abort_conn()
H A Dhci_core.c4066 if (hdev->req_status == HCI_REQ_PEND && in hci_send_cmd_sync()