Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_request.c328 hci_lookup_le_connect(hdev)) { in set_random_addr()
539 if (hci_lookup_le_connect(hdev)) in __hci_update_background_scan()
Dhci_conn.c691 conn = hci_lookup_le_connect(hdev); in create_le_conn_complete()
827 if (hci_lookup_le_connect(hdev)) in hci_connect_le()
Dhci_event.c1067 conn = hci_lookup_le_connect(hdev); in hci_cc_le_set_adv_enable()
4464 conn = hci_lookup_le_connect(hdev); in hci_le_conn_complete_evt()
Dmgmt.c4210 if (hci_lookup_le_connect(hdev)) { in trigger_le_scan()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h841 static inline struct hci_conn *hci_lookup_le_connect(struct hci_dev *hdev) in hci_lookup_le_connect() function