Home
last modified time | relevance | path

Searched refs:hci_conn_hash_lookup_ba (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/net/bluetooth/
Dhci_event.c766 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cc_pin_code_reply()
849 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_create_conn()
1001 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in hci_cs_remote_name_req()
1167 conn = hci_conn_hash_lookup_ba(hdev, LE_LINK, &cp->peer_addr); in hci_cs_le_create_conn()
1242 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr); in hci_conn_complete_evt()
1247 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr); in hci_conn_complete_evt()
1333 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr); in hci_conn_request_evt()
1485 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr); in hci_remote_name_evt()
1868 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr); in hci_role_change_evt()
1977 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &ev->bdaddr); in hci_pin_code_request_evt()
[all …]
Dhci_conn.c432 le = hci_conn_hash_lookup_ba(hdev, LE_LINK, dst); in hci_connect()
446 acl = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst); in hci_connect()
465 sco = hci_conn_hash_lookup_ba(hdev, type, dst); in hci_connect()
782 conn = hci_conn_hash_lookup_ba(hdev, req.type, &req.bdaddr); in hci_get_conn_info()
808 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &req.bdaddr); in hci_get_auth_info()
Dmgmt.c828 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in remove_key()
876 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &cp->bdaddr); in disconnect()
/linux-2.6.39/net/bluetooth/bnep/
Dcore.c533 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst); in bnep_get_device()
/linux-2.6.39/include/net/bluetooth/
Dhci_core.h368 static inline struct hci_conn *hci_conn_hash_lookup_ba(struct hci_dev *hdev, in hci_conn_hash_lookup_ba() function
/linux-2.6.39/net/bluetooth/rfcomm/
Dtty.c176 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &dev->dst); in rfcomm_get_device()
/linux-2.6.39/net/bluetooth/hidp/
Dcore.c791 session->conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, dst); in hidp_get_device()