Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_request.c180 if (hci_pend_le_action_lookup(&hdev->pend_le_conns, in update_white_list()
205 list_for_each_entry(params, &hdev->pend_le_conns, action) { in update_white_list()
509 if (list_empty(&hdev->pend_le_conns) && in __hci_update_background_scan()
Dhci_conn.c608 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, &conn->dst, in hci_le_conn_failed()
Dhci_event.c2468 list_add(&params->action, &hdev->pend_le_conns); in hci_disconn_complete_evt()
4586 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, &conn->dst, in hci_le_conn_complete_evt()
4650 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, in check_pending_le_conn()
Dhci_core.c3060 INIT_LIST_HEAD(&hdev->pend_le_conns); in hci_alloc_dev()
Dmgmt.c5971 list_add(&params->action, &hdev->pend_le_conns); in hci_conn_params_set()
7323 list_add(&p->action, &hdev->pend_le_conns); in restart_le_actions()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h352 struct list_head pend_le_conns; member