Searched refs:hci_lookup_le_connect (Results 1 – 4 of 4) sorted by relevance
436 if (hci_lookup_le_connect(hdev)) in __hci_update_background_scan()1835 hci_lookup_le_connect(hdev)) { in set_random_addr()2459 if (hci_lookup_le_connect(hdev)) { in active_scan()
725 conn = hci_lookup_le_connect(hdev); in create_le_conn_complete()971 if (hci_lookup_le_connect(hdev)) in hci_connect_le()
1119 conn = hci_lookup_le_connect(hdev); in hci_cc_le_set_adv_enable()1153 conn = hci_lookup_le_connect(hdev); in hci_cc_le_set_ext_adv_enable()4787 conn = hci_lookup_le_connect(hdev); in le_conn_complete_evt()
868 static inline struct hci_conn *hci_lookup_le_connect(struct hci_dev *hdev) in hci_lookup_le_connect() function