Searched refs:le_conn_params (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 2220 list_for_each_entry(params, &hdev->le_conn_params, list) { in hci_conn_params_lookup() 2288 list_add(¶ms->list, &hdev->le_conn_params); in hci_conn_params_add() 2336 list_for_each_entry_safe(params, tmp, &hdev->le_conn_params, list) { in hci_conn_params_clear_disabled() 2359 list_for_each_entry_safe(params, tmp, &hdev->le_conn_params, list) in hci_conn_params_clear_all() 2539 INIT_LIST_HEAD(&hdev->le_conn_params); in hci_alloc_dev_priv()
|
| H A D | hci_debugfs.c | 131 list_for_each_entry(p, &hdev->le_conn_params, list) { in device_list_show()
|
| H A D | mgmt.c | 1310 list_for_each_entry(p, &hdev->le_conn_params, list) { in restart_le_actions() 7911 list_for_each_entry_safe(p, tmp, &hdev->le_conn_params, list) { in remove_device()
|
| H A D | hci_sync.c | 5257 list_for_each_entry(p, &hdev->le_conn_params, list) { in hci_pend_le_actions_clear()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 570 struct list_head le_conn_params; member
|