Home
last modified time | relevance | path

Searched refs:pend_le_reports (Results 1 – 6 of 6) sorted by relevance

/linux/net/bluetooth/
H A Dhci_sync.c2209 list_empty(&hdev->pend_le_reports)) && in hci_update_interleaved_scan_sync()
2336 p = hci_pend_le_action_lookup(&hdev->pend_le_reports, in hci_le_add_resolve_list_sync()
2733 pend_report = hci_pend_le_action_lookup(&hdev->pend_le_reports, in hci_update_accept_list_sync()
2785 params = conn_params_copy(&hdev->pend_le_reports, &n); in hci_update_accept_list_sync()
3121 list_empty(&hdev->pend_le_reports) && in hci_update_passive_scan_sync()
H A Dhci_conn.c130 hci_pend_le_list_add(params, &hdev->pend_le_reports); in hci_connect_le_scan_cleanup()
H A Dmgmt.c1299 hci_pend_le_list_add(p, &hdev->pend_le_reports); in restart_le_actions()
7508 hci_pend_le_list_add(params, &hdev->pend_le_reports); in hci_conn_params_set()
10338 if (link_type == LE_LINK && !list_empty(&hdev->pend_le_reports)) in mgmt_device_found()
H A Dhci_core.c2506 INIT_LIST_HEAD(&hdev->pend_le_reports); in hci_alloc_dev_priv()
H A Dhci_event.c6124 if (!hci_pend_le_action_lookup(&hdev->pend_le_reports, in process_adv_report()
/linux/include/net/bluetooth/
H A Dhci_core.h554 struct list_head pend_le_reports; member