Searched refs:le_conn_params (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 2183 list_for_each_entry(params, &hdev->le_conn_params, list) { in hci_conn_params_lookup() 2251 list_add(¶ms->list, &hdev->le_conn_params); in hci_conn_params_add() 2299 list_for_each_entry_safe(params, tmp, &hdev->le_conn_params, list) { in hci_conn_params_clear_disabled() 2322 list_for_each_entry_safe(params, tmp, &hdev->le_conn_params, list) in hci_conn_params_clear_all() 2502 INIT_LIST_HEAD(&hdev->le_conn_params); in hci_alloc_dev_priv()
|
| H A D | hci_debugfs.c | 128 list_for_each_entry(p, &hdev->le_conn_params, list) { in device_list_show()
|
| H A D | mgmt.c | 1313 list_for_each_entry(p, &hdev->le_conn_params, list) { in restart_le_actions() 8019 list_for_each_entry_safe(p, tmp, &hdev->le_conn_params, list) { in remove_device()
|
| H A D | hci_sync.c | 5493 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 | 568 struct list_head le_conn_params; member
|