Searched refs:ACL_LINK (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/net/bluetooth/ |
D | hci_event.c | 926 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cc_pin_code_reply() 978 mgmt_user_confirm_reply_complete(hdev, &rp->bdaddr, ACL_LINK, 0, in hci_cc_user_confirm_reply() 995 ACL_LINK, 0, rp->status); in hci_cc_user_confirm_neg_reply() 1009 mgmt_user_passkey_reply_complete(hdev, &rp->bdaddr, ACL_LINK, in hci_cc_user_passkey_reply() 1026 ACL_LINK, 0, rp->status); in hci_cc_user_passkey_neg_reply() 1201 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_create_conn() 1216 conn = hci_conn_add(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_create_conn() 1378 mgmt_device_connected(hdev, bdaddr, ACL_LINK, 0x00, 0, name, in hci_check_pending_name() 1401 mgmt_remote_name(hdev, bdaddr, ACL_LINK, 0x00, in hci_check_pending_name() 1432 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_remote_name_req() [all …]
|
D | hci_conn.c | 277 if (conn->type == ACL_LINK) in hci_conn_timeout() 372 case ACL_LINK: in hci_conn_add() 423 if (conn->type == ACL_LINK) { in hci_conn_del() 533 acl = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst); in hci_connect() 535 acl = hci_conn_add(hdev, ACL_LINK, dst); in hci_connect() 549 if (type == ACL_LINK) in hci_connect() 805 conn = hci_conn_hash_lookup_state(hdev, ACL_LINK, BT_CONNECT2); in hci_conn_check_pending() 915 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &req.bdaddr); in hci_get_auth_info()
|
D | hci_core.c | 2355 case ACL_LINK: in hci_low_sent() 2458 case ACL_LINK: in hci_chan_sent() 2542 hci_link_tx_to(hdev, ACL_LINK); in __check_timeout() 2556 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_pkt() 2581 hci_prio_recalculate(hdev, ACL_LINK); in hci_sched_acl_pkt() 2594 (chan = hci_chan_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl_blk() 2627 hci_prio_recalculate(hdev, ACL_LINK); in hci_sched_acl_blk() 2634 if (!hci_conn_num(hdev, ACL_LINK)) in hci_sched_acl()
|
D | mgmt.c | 1528 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, in unpair_device() 1588 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->addr.bdaddr); in disconnect() 1628 case ACL_LINK: in link_to_mgmt() 1731 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->addr.bdaddr); in pin_code_reply() 1894 conn = hci_connect(hdev, ACL_LINK, &cp->addr.bdaddr, sec_level, in pair_device() 2004 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, bdaddr); in user_pairing_resp()
|
D | hci_sysfs.c | 21 case ACL_LINK: in link_typetostr()
|
D | l2cap_core.c | 455 conn->hcon->type == ACL_LINK) { in l2cap_chan_close() 465 conn->hcon->type == ACL_LINK) { in l2cap_chan_close() 1226 hcon = hci_connect(hdev, ACL_LINK, dst, in l2cap_chan_connect()
|
/linux-3.4.99/include/net/bluetooth/ |
D | hci_core.h | 449 case ACL_LINK: in hci_conn_hash_add() 470 case ACL_LINK: in hci_conn_hash_del() 487 case ACL_LINK: in hci_conn_num() 596 if (conn->type == ACL_LINK || conn->type == LE_LINK) { in hci_conn_put() 733 case ACL_LINK: in hci_proto_connect_ind() 749 case ACL_LINK: in hci_proto_connect_cfm() 770 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_disconn_ind() 779 case ACL_LINK: in hci_proto_disconn_cfm() 802 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_auth_cfm() 818 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_encrypt_cfm()
|
D | hci.h | 189 #define ACL_LINK 0x01 macro
|
/linux-3.4.99/net/bluetooth/bnep/ |
D | core.c | 541 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst); in bnep_get_device()
|
/linux-3.4.99/net/bluetooth/rfcomm/ |
D | tty.c | 174 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &dev->dst); in rfcomm_get_device()
|
/linux-3.4.99/net/bluetooth/hidp/ |
D | core.c | 799 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst); in hidp_get_connection()
|