Home
last modified time | relevance | path

Searched refs:remote_oob_data (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c2782 list_for_each_entry(data, &hdev->remote_oob_data, list) { in hci_find_remote_oob_data()
2814 list_for_each_entry_safe(data, n, &hdev->remote_oob_data, list) { in hci_remote_oob_data_clear()
2834 list_add(&data->list, &hdev->remote_oob_data); in hci_add_remote_oob_data()
3663 INIT_LIST_HEAD(&hdev->remote_oob_data); in hci_alloc_dev()
H A Dhci_debugfs.c202 list_for_each_entry(data, &hdev->remote_oob_data, list) { in remote_oob_show()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h507 struct list_head remote_oob_data; member