Home
last modified time | relevance | path

Searched full:acl_link (Results 1 – 4 of 4) sorted by relevance

/linux/net/bluetooth/
H A Dsmp.c1022 if (hcon->type == ACL_LINK) { in smp_notify_keys()
1247 if (hcon->type == ACL_LINK && (*keydist & SMP_DIST_ENC_KEY)) in smp_distribute_keys()
1750 if (conn->hcon->type == ACL_LINK) { in smp_cmd_pairing_req()
1947 if (conn->hcon->type == ACL_LINK) { in smp_cmd_pairing_rsp()
2248 if (smp->conn->hcon->type == ACL_LINK) in smp_send_pairing_req()
3123 if (hcon->type == ACL_LINK) { in smp_resume_cb()
3154 if (hcon->type == ACL_LINK && test_bit(HCI_CONN_ENCRYPT, &hcon->flags)) in smp_ready_cb()
H A Dhci_sync.c3582 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &b->bdaddr); in disconnected_accept_list_entries()
7404 case ACL_LINK: in hci_cancel_connect_sync()
/linux/net/bluetooth/rfcomm/
H A Dtty.c185 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &dev->dst); in rfcomm_reparent_device()
/linux/include/net/bluetooth/
H A Dhci.h558 #define ACL_LINK 0x01 macro