Searched refs:le_conn_params (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_core.c | 1704 list_for_each_entry(p, &hdev->le_conn_params, list) { in hci_pend_le_actions_clear() 3302 list_for_each_entry(params, &hdev->le_conn_params, list) { in hci_conn_params_lookup() 3355 list_add(¶ms->list, &hdev->le_conn_params); in hci_conn_params_add() 3402 list_for_each_entry_safe(params, tmp, &hdev->le_conn_params, list) { in hci_conn_params_clear_disabled() 3426 list_for_each_entry_safe(params, tmp, &hdev->le_conn_params, list) in hci_conn_params_clear_all() 3666 INIT_LIST_HEAD(&hdev->le_conn_params); in hci_alloc_dev()
|
D | hci_debugfs.c | 130 list_for_each_entry(p, &hdev->le_conn_params, list) { in device_list_show()
|
D | mgmt.c | 6686 list_for_each_entry_safe(p, tmp, &hdev->le_conn_params, list) { in remove_device() 7941 list_for_each_entry(p, &hdev->le_conn_params, list) { in restart_le_actions()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci_core.h | 506 struct list_head le_conn_params; member
|