Searched refs:accept_list (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 3574 list_for_each_entry(b, &hdev->accept_list, list) { in disconnected_accept_list_entries() 6390 bdaddr_t *accept_list; in hci_update_event_filter_sync() local 6410 list_for_each_entry(b, &hdev->accept_list, list) in hci_update_event_filter_sync() 6419 accept_list = kmalloc_array(num_entries, sizeof(*accept_list), in hci_update_event_filter_sync() 6421 if (!accept_list) { in hci_update_event_filter_sync() 6427 list_for_each_entry(b, &hdev->accept_list, list) in hci_update_event_filter_sync() 6429 bacpy(&accept_list[i++], &b->bdaddr); in hci_update_event_filter_sync() 6435 &accept_list[i]); in hci_update_event_filter_sync() 6439 &accept_list[i], in hci_update_event_filter_sync() 6443 &accept_list[i]); in hci_update_event_filter_sync() [all …]
|
| H A D | hci_debugfs.c | 126 list_for_each_entry(b, &hdev->accept_list, list) in device_list_show()
|
| H A D | hci_core.c | 2494 INIT_LIST_HEAD(&hdev->accept_list); in hci_alloc_dev_priv() 2720 hci_bdaddr_list_clear(&hdev->accept_list); in hci_release_dev()
|
| H A D | mgmt.c | 5175 br_params = hci_bdaddr_list_lookup_with_flags(&hdev->accept_list, in get_device_flags() 5307 br_params = hci_bdaddr_list_lookup_with_flags(&hdev->accept_list, in set_device_flags() 7824 err = hci_bdaddr_list_add_with_flags(&hdev->accept_list, in add_device() 7939 err = hci_bdaddr_list_del(&hdev->accept_list, in remove_device() 8007 list_for_each_entry_safe(b, btmp, &hdev->accept_list, list) { in remove_device()
|
| H A D | hci_event.c | 3190 hci_bdaddr_list_lookup_with_flags(&hdev->accept_list, in hci_conn_complete_evt() 3360 !hci_bdaddr_list_lookup_with_flags(&hdev->accept_list, &ev->bdaddr, in hci_conn_request_evt()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 560 struct list_head accept_list; member
|