Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_conn.c1059 if (HCI_CONN_HANDLE_UNSET(conn->handle)) in hci_conn_cleanup_child()
1989 conn->state != BT_CONNECT || HCI_CONN_HANDLE_UNSET(conn->handle)) in hci_conn_check_create_cis()
Dhci_event.c3179 if (!HCI_CONN_HANDLE_UNSET(conn->handle)) { in hci_conn_complete_evt()
3826 if (HCI_CONN_HANDLE_UNSET(conn->handle)) in hci_unbound_cis_failed()
5070 if (!HCI_CONN_HANDLE_UNSET(conn->handle)) { in hci_sync_conn_complete_evt()
5931 if (!HCI_CONN_HANDLE_UNSET(conn->handle)) { in le_conn_complete_evt()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h325 #define HCI_CONN_HANDLE_UNSET(_handle) (_handle > HCI_CONN_HANDLE_MAX) macro