Searched refs:pend_le_reports (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_request.c | 313 list_empty(&hdev->pend_le_reports)) && in __hci_update_interleaved_scan() 479 pend_report = hci_pend_le_action_lookup(&hdev->pend_le_reports, in update_accept_list() 520 list_for_each_entry(params, &hdev->pend_le_reports, action) { in update_accept_list()
|
H A D | hci_sync.c | 2268 list_empty(&hdev->pend_le_reports)) && in hci_update_interleaved_scan_sync() 2394 p = hci_pend_le_action_lookup(&hdev->pend_le_reports, in hci_le_add_resolve_list_sync() 2757 pend_report = hci_pend_le_action_lookup(&hdev->pend_le_reports, in hci_update_accept_list_sync() 2809 params = conn_params_copy(&hdev->pend_le_reports, &n); in hci_update_accept_list_sync() 3145 list_empty(&hdev->pend_le_reports) && in hci_update_passive_scan_sync()
|
H A D | hci_conn.c | 131 hci_pend_le_list_add(params, &hdev->pend_le_reports); in hci_connect_le_scan_cleanup()
|
H A D | mgmt.c | 1299 hci_pend_le_list_add(p, &hdev->pend_le_reports); in restart_le_actions() 7563 hci_pend_le_list_add(params, &hdev->pend_le_reports); in hci_conn_params_set() 10321 if (link_type == LE_LINK && !list_empty(&hdev->pend_le_reports)) in mgmt_device_found()
|
H A D | hci_core.c | 2511 INIT_LIST_HEAD(&hdev->pend_le_reports); in hci_alloc_dev_priv()
|
H A D | hci_event.c | 6118 if (!hci_pend_le_action_lookup(&hdev->pend_le_reports, in process_adv_report()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 557 struct list_head pend_le_reports; member
|