Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_conn.c155 if (HCI_CONN_HANDLE_UNSET(conn->handle)) in hci_conn_cleanup()
1051 if (HCI_CONN_HANDLE_UNSET(conn->handle)) in hci_conn_cleanup_child()
1274 if (HCI_CONN_HANDLE_UNSET(conn->handle)) in hci_conn_set_handle()
1947 conn->state != BT_CONNECT || HCI_CONN_HANDLE_UNSET(conn->handle)) in hci_conn_check_create_cis()
H A Dhci_event.c3125 if (!HCI_CONN_HANDLE_UNSET(conn->handle)) { in hci_conn_complete_evt()
3786 if (HCI_CONN_HANDLE_UNSET(conn->handle)) in hci_unbound_cis_failed()
4953 if (!HCI_CONN_HANDLE_UNSET(conn->handle)) { in hci_sync_conn_complete_evt()
5673 if (!HCI_CONN_HANDLE_UNSET(conn->handle)) { in le_conn_complete_evt()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h324 #define HCI_CONN_HANDLE_UNSET(_handle) (_handle > HCI_CONN_HANDLE_MAX) macro