Home
last modified time | relevance | path

Searched refs:LE_LINK (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/net/bluetooth/
Dhci_core.h711 case LE_LINK: in hci_conn_hash_add()
737 case LE_LINK: in hci_conn_hash_del()
757 case LE_LINK: in hci_conn_num()
843 if (c->type != LE_LINK) in hci_conn_hash_lookup_le()
885 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_lookup_le_connect()
981 case LE_LINK: in hci_conn_drop()
1224 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_disconn_ind()
Dhci.h348 #define LE_LINK 0x80 macro