Home
last modified time | relevance | path

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

/include/net/bluetooth/
Dhci_core.h918 case LE_LINK: in hci_conn_hash_add()
944 case LE_LINK: in hci_conn_hash_del()
964 case LE_LINK: in hci_conn_num()
1050 if (c->type != LE_LINK) in hci_conn_hash_lookup_le()
1092 if (c->type == LE_LINK && c->state == BT_CONNECT && in hci_lookup_le_connect()
1190 case LE_LINK: in hci_conn_drop()
1498 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_disconn_ind()
Dhci.h427 #define LE_LINK 0x80 macro