Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c884 hci_lookup_le_connect(hdev)) { in set_random_addr()
H A Dhci_sync.c1059 hci_lookup_le_connect(hdev)) { in hci_set_random_addr_sync()
2611 hci_lookup_le_connect(hdev)) { in hci_pause_addr_resolution()
3164 if (hci_lookup_le_connect(hdev)) in hci_update_passive_scan_sync()
6831 if (conn != hci_lookup_le_connect(hdev)) in create_le_conn_complete()
H A Dhci_conn.c1301 if (hci_lookup_le_connect(hdev)) in hci_connect_le()
H A Dhci_event.c1556 conn = hci_lookup_le_connect(hdev); in hci_cc_le_set_adv_enable()
1602 conn = hci_lookup_le_connect(hdev); in hci_cc_le_set_ext_adv_enable()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1384 static inline struct hci_conn *hci_lookup_le_connect(struct hci_dev *hdev) in hci_lookup_le_connect() function