Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmsft.c236 list_for_each_entry_safe(dev, tmp, &hdev->monitored_devices, list) { in msft_monitor_device_del()
807 list_add(&dev->list, &hdev->monitored_devices); in msft_device_found()
H A Dhci_core.c2548 INIT_LIST_HEAD(&hdev->monitored_devices); in hci_alloc_dev_priv()
H A Dmgmt.c10181 list_for_each_entry_safe(dev, tmp, &hdev->monitored_devices, list) { in mgmt_adv_monitor_device_found()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h615 struct list_head monitored_devices; member