/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 990 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cc_pin_code_reply() 1854 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_create_conn() 2092 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_remote_name_req() 2468 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_switch_role() 2581 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr); in hci_conn_complete_evt() 2606 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, in hci_conn_complete_evt() 2751 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, in hci_conn_request_evt() 2986 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr); in hci_remote_name_evt() 3748 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr); in hci_role_change_evt() 3937 conn = hci_conn_hash_lookup_ba(hde in hci_pin_code_request_evt() [all...] |
H A D | hci_conn.c | 1259 acl = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst); in hci_connect_acl() 1290 sco = hci_conn_hash_lookup_ba(hdev, type, dst); in hci_connect_sco() 1678 conn = hci_conn_hash_lookup_ba(hdev, req.type, &req.bdaddr); in hci_get_conn_info() 1704 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &req.bdaddr); in hci_get_auth_info()
|
H A D | a2mp.c | 579 hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in a2mp_discphyslink_req()
|
H A D | mgmt.c | 2479 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, in unpair_device() 2600 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, in disconnect() 2743 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->addr.bdaddr); in pin_code_reply() 3113 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &addr->bdaddr); in user_pairing_resp() 6181 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, in get_conn_info() 6184 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info() 6372 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, in get_clock_info() 6420 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, addr); in is_connected()
|
H A D | hci_request.c | 2575 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &b->bdaddr); in disconnected_accept_list_entries()
|
H A D | l2cap_core.c | 4887 hs_hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in l2cap_create_channel_req()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 1226 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cc_pin_code_reply() 2337 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_create_conn() 2578 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_remote_name_req() 3022 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_switch_role() 3145 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr); in hci_conn_complete_evt() 3176 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, in hci_conn_complete_evt() 3329 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, in hci_conn_request_evt() 3557 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr); in hci_remote_name_evt() 4420 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr); in hci_role_change_evt() 4626 conn = hci_conn_hash_lookup_ba(hde in hci_pin_code_request_evt() [all...] |
H A D | hci_conn.c | 1641 acl = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst); in hci_connect_acl() 1701 sco = hci_conn_hash_lookup_ba(hdev, type, dst); in hci_connect_sco() 2674 conn = hci_conn_hash_lookup_ba(hdev, req.type, &req.bdaddr); in hci_get_conn_info() 2700 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &req.bdaddr); in hci_get_auth_info()
|
H A D | mgmt.c | 2911 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, in unpair_device_sync() 2966 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, in unpair_device() 3088 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, in disconnect() 3232 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->addr.bdaddr); in pin_code_reply() 3598 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &addr->bdaddr); in user_pairing_resp() 7253 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, in get_conn_info_sync() 7256 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info_sync() 7311 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, in get_conn_info() 7314 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->addr.bdaddr); in get_conn_info() 7414 conn = hci_conn_hash_lookup_ba(hde in get_clock_info_sync() [all...] |
H A D | hci_sync.c | 3136 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &b->bdaddr); in disconnected_accept_list_entries()
|
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | tty.c | 189 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &dev->dst); in rfcomm_reparent_device()
|
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/ |
H A D | tty.c | 188 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &dev->dst); in rfcomm_reparent_device()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 972 static inline struct hci_conn *hci_conn_hash_lookup_ba(struct hci_dev *hdev,
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 1175 static inline struct hci_conn *hci_conn_hash_lookup_ba(struct hci_dev *hdev, in hci_conn_hash_lookup_ba() function
|