Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_request.c311 list_empty(&hdev->pend_le_reports)) && in __hci_update_interleaved_scan()
477 pend_report = hci_pend_le_action_lookup(&hdev->pend_le_reports, in update_accept_list()
518 list_for_each_entry(params, &hdev->pend_le_reports, action) { in update_accept_list()
Dhci_sync.c2089 list_empty(&hdev->pend_le_reports)) && in hci_update_interleaved_scan_sync()
2215 p = hci_pend_le_action_lookup(&hdev->pend_le_reports, in hci_le_add_resolve_list_sync()
2575 pend_report = hci_pend_le_action_lookup(&hdev->pend_le_reports, in hci_update_accept_list_sync()
2627 params = conn_params_copy(&hdev->pend_le_reports, &n); in hci_update_accept_list_sync()
2884 list_empty(&hdev->pend_le_reports) && in hci_update_passive_scan_sync()
Dhci_conn.c133 hci_pend_le_list_add(params, &hdev->pend_le_reports); in hci_connect_le_scan_cleanup()
Dmgmt.c1314 hci_pend_le_list_add(p, &hdev->pend_le_reports); in restart_le_actions()
7591 hci_pend_le_list_add(params, &hdev->pend_le_reports); in hci_conn_params_set()
10391 if (link_type == LE_LINK && !list_empty(&hdev->pend_le_reports)) in mgmt_device_found()
Dhci_core.c2551 INIT_LIST_HEAD(&hdev->pend_le_reports); in hci_alloc_dev_priv()
Dhci_event.c6380 if (!hci_pend_le_action_lookup(&hdev->pend_le_reports, in process_adv_report()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h584 struct list_head pend_le_reports; member