Searched refs:le_conn_params (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_ldisc.c | 623 list_for_each_entry(p, &hu->hdev->le_conn_params, list) { in rtkbt_lookup_le_device_poweron_whitelist() 791 list_for_each_entry(p, &hu->hdev->le_conn_params, list) { in le_aoto_conn_always_exist()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A 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()
|
| H A D | hci_debugfs.c | 130 list_for_each_entry(p, &hdev->le_conn_params, list) { in device_list_show()
|
| H A 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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_bt.c | 1230 list_for_each_entry(p, &hdev->le_conn_params, list) {
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci_core.h | 510 struct list_head le_conn_params; member
|