Home
last modified time | relevance | path

Searched refs:monitored_devices (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/net/bluetooth/
Dmsft.c191 list_for_each_entry_safe(dev, tmp, &hdev->monitored_devices, list) { in msft_monitor_device_del()
621 list_add(&dev->list, &hdev->monitored_devices); in msft_device_found()
Dhci_core.c2525 INIT_LIST_HEAD(&hdev->monitored_devices); in hci_alloc_dev_priv()
Dmgmt.c10268 list_for_each_entry_safe(dev, tmp, &hdev->monitored_devices, list) { in mgmt_adv_monitor_device_found()
/Linux-v6.1/include/net/bluetooth/
Dhci_core.h632 struct list_head monitored_devices; member