Searched refs:pend_le_reports (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.c | 311 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()
|
H A D | hci_sync.c | 2095 list_empty(&hdev->pend_le_reports)) && in hci_update_interleaved_scan_sync() 2221 p = hci_pend_le_action_lookup(&hdev->pend_le_reports, in hci_le_add_resolve_list_sync() 2584 pend_report = hci_pend_le_action_lookup(&hdev->pend_le_reports, in hci_update_accept_list_sync() 2636 params = conn_params_copy(&hdev->pend_le_reports, &n); in hci_update_accept_list_sync() 2893 list_empty(&hdev->pend_le_reports) && in hci_update_passive_scan_sync()
|
H A D | hci_conn.c | 132 hci_pend_le_list_add(params, &hdev->pend_le_reports); in hci_connect_le_scan_cleanup()
|
H A D | mgmt.c | 1311 hci_pend_le_list_add(p, &hdev->pend_le_reports); in restart_le_actions() 7534 hci_pend_le_list_add(params, &hdev->pend_le_reports); in hci_conn_params_set() 10181 * 2. if not, we have pend_le_reports > 0 in which case we are doing in mgmt_adv_monitor_device_found() 10315 * LE one exception is if we have pend_le_reports > 0 in which in mgmt_device_found() 10321 if (link_type == LE_LINK && !list_empty(&hdev->pend_le_reports)) in mgmt_device_found()
|
H A D | hci_core.c | 2555 INIT_LIST_HEAD(&hdev->pend_le_reports); in hci_alloc_dev_priv()
|
H A D | hci_event.c | 6381 if (!hci_pend_le_action_lookup(&hdev->pend_le_reports, in process_adv_report()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 419 list_empty(&hdev->pend_le_reports)); in __hci_update_interleaved_scan() 473 list_empty(&hdev->pend_le_reports) && in __hci_update_background_scan() 861 pend_report = hci_pend_le_action_lookup(&hdev->pend_le_reports, in update_accept_list() 902 list_for_each_entry(params, &hdev->pend_le_reports, action) { in update_accept_list()
|
H A D | hci_conn.c | 105 list_add(¶ms->action, &hdev->pend_le_reports); in hci_connect_le_scan_cleanup()
|
H A D | mgmt.c | 6461 list_add(¶ms->action, &hdev->pend_le_reports); in hci_conn_params_set() 7968 list_add(&p->action, &hdev->pend_le_reports); in restart_le_actions() 8799 * LE one exception is if we have pend_le_reports > 0 in which in mgmt_device_found() 8806 list_empty(&hdev->pend_le_reports) && in mgmt_device_found()
|
H A D | hci_event.c | 5588 if (!hci_pend_le_action_lookup(&hdev->pend_le_reports, in process_adv_report()
|
H A D | hci_core.c | 3673 INIT_LIST_HEAD(&hdev->pend_le_reports); in hci_alloc_dev()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 518 struct list_head pend_le_reports;
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 592 struct list_head pend_le_reports; member
|
Completed in 70 milliseconds