Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dhci_request.c903 hci_lookup_le_connect(hdev)) { in set_random_addr()
Dhci_conn.c1235 if (conn != hci_lookup_le_connect(hdev)) in create_le_conn_complete()
1272 if (hci_lookup_le_connect(hdev)) in hci_connect_le()
Dhci_sync.c856 hci_lookup_le_connect(hdev)) { in hci_set_random_addr_sync()
2765 if (hci_lookup_le_connect(hdev)) in hci_update_passive_scan_sync()
Dhci_event.c1588 conn = hci_lookup_le_connect(hdev); in hci_cc_le_set_adv_enable()
1634 conn = hci_lookup_le_connect(hdev); in hci_cc_le_set_ext_adv_enable()
/Linux-v6.1/include/net/bluetooth/
Dhci_core.h1276 static inline struct hci_conn *hci_lookup_le_connect(struct hci_dev *hdev) in hci_lookup_le_connect() function