Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_conn.c759 conn = hci_lookup_le_connect(hdev); in create_le_conn_complete()
1022 if (hci_lookup_le_connect(hdev)) in hci_connect_le()
Dhci_request.c443 if (hci_lookup_le_connect(hdev)) in __hci_update_background_scan()
2334 hci_lookup_le_connect(hdev)) { in set_random_addr()
Dhci_event.c1228 conn = hci_lookup_le_connect(hdev); in hci_cc_le_set_adv_enable()
1262 conn = hci_lookup_le_connect(hdev); in hci_cc_le_set_ext_adv_enable()
5068 conn = hci_lookup_le_connect(hdev); in le_conn_complete_evt()
/Linux-v5.10/include/net/bluetooth/
Dhci_core.h1018 static inline struct hci_conn *hci_lookup_le_connect(struct hci_dev *hdev) in hci_lookup_le_connect() function