Home
last modified time | relevance | path

Searched refs:hci_conn_hash_lookup_state (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/bluetooth/
Da2mp.c1005 hs_hcon = hci_conn_hash_lookup_state(hdev, AMP_LINK, BT_CONNECT); in a2mp_send_create_phy_link_rsp()
Dhci_conn.c1491 conn = hci_conn_hash_lookup_state(hdev, ACL_LINK, BT_CONNECT2); in hci_conn_check_pending()
Dhci_request.c2264 conn = hci_conn_hash_lookup_state(hdev, LE_LINK, BT_CONNECT); in bg_scan_update()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h848 static inline struct hci_conn *hci_conn_hash_lookup_state(struct hci_dev *hdev, in hci_conn_hash_lookup_state() function