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.c89 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, bdaddr, in hci_connect_le_scan_cleanup()
128 hci_pend_le_list_add(params, &hdev->pend_le_conns); in hci_connect_le_scan_cleanup()
1560 hci_pend_le_list_add(params, &hdev->pend_le_conns); in hci_explicit_conn_params_set()
H A Dhci_sync.c2288 !(list_empty(&hdev->pend_le_conns) && in hci_update_interleaved_scan_sync()
2413 p = hci_pend_le_action_lookup(&hdev->pend_le_conns, in hci_le_add_resolve_list_sync()
2820 pend_conn = hci_pend_le_action_lookup(&hdev->pend_le_conns, in hci_update_accept_list_sync()
2853 params = conn_params_copy(&hdev->pend_le_conns, &n); in hci_update_accept_list_sync()
3210 list_empty(&hdev->pend_le_conns) && in hci_update_passive_scan_sync()
H A Dhci_event.c2753 hci_pend_le_list_add(params, &hdev->pend_le_conns); in hci_cs_disconnect()
3455 &hdev->pend_le_conns); in hci_disconn_complete_evt()
5868 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, &conn->dst, in le_conn_complete_evt()
6123 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, addr, in check_pending_le_conn()
H A Dmgmt.c1319 hci_pend_le_list_add(p, &hdev->pend_le_conns); in restart_le_actions()
5178 hci_pend_le_list_add(params, &hdev->pend_le_conns); in hci_conn_params_set()
5182 hci_pend_le_list_add(params, &hdev->pend_le_conns); in hci_conn_params_set()
5189 hci_pend_le_list_add(params, &hdev->pend_le_conns); in hci_conn_params_set()
H A Dhci_core.c2540 INIT_LIST_HEAD(&hdev->pend_le_conns); in hci_alloc_dev_priv()
/linux/include/net/bluetooth/
H A Dhci_core.h571 struct list_head pend_le_conns; member