Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c88 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, bdaddr, in hci_connect_le_scan_cleanup()
127 hci_pend_le_list_add(params, &hdev->pend_le_conns); in hci_connect_le_scan_cleanup()
1418 hci_pend_le_list_add(params, &hdev->pend_le_conns); in hci_explicit_conn_params_set()
H A Dhci_sync.c2208 !(list_empty(&hdev->pend_le_conns) && in hci_update_interleaved_scan_sync()
2333 p = hci_pend_le_action_lookup(&hdev->pend_le_conns, in hci_le_add_resolve_list_sync()
2730 pend_conn = hci_pend_le_action_lookup(&hdev->pend_le_conns, in hci_update_accept_list_sync()
2763 params = conn_params_copy(&hdev->pend_le_conns, &n); in hci_update_accept_list_sync()
3120 list_empty(&hdev->pend_le_conns) && in hci_update_passive_scan_sync()
H A Dhci_event.c2759 hci_pend_le_list_add(params, &hdev->pend_le_conns); in hci_cs_disconnect()
3411 &hdev->pend_le_conns); in hci_disconn_complete_evt()
5773 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, &conn->dst, in le_conn_complete_evt()
5939 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, addr, in check_pending_le_conn()
H A Dmgmt.c1296 hci_pend_le_list_add(p, &hdev->pend_le_conns); in restart_le_actions()
7502 hci_pend_le_list_add(params, &hdev->pend_le_conns); in hci_conn_params_set()
7506 hci_pend_le_list_add(params, &hdev->pend_le_conns); in hci_conn_params_set()
7513 hci_pend_le_list_add(params, &hdev->pend_le_conns); in hci_conn_params_set()
H A Dhci_core.c2505 INIT_LIST_HEAD(&hdev->pend_le_conns); in hci_alloc_dev_priv()
/linux/include/net/bluetooth/
H A Dhci_core.h553 struct list_head pend_le_conns; member