Searched refs:pend_le_conns (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | hci_request.c | 180 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()
|
D | hci_conn.c | 608 params = hci_pend_le_action_lookup(&hdev->pend_le_conns, &conn->dst, in hci_le_conn_failed()
|
D | hci_event.c | 2468 list_add(¶ms->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()
|
D | hci_core.c | 3060 INIT_LIST_HEAD(&hdev->pend_le_conns); in hci_alloc_dev()
|
D | mgmt.c | 5971 list_add(¶ms->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/ |
D | hci_core.h | 352 struct list_head pend_le_conns; member
|