Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_core.c1918 case HCI_ADV_MONITOR_EXT_NONE: in hci_add_adv_monitor()
1945 case HCI_ADV_MONITOR_EXT_NONE: /* also goes here when powered off */ in hci_remove_adv_monitor()
2017 return HCI_ADV_MONITOR_EXT_NONE; in hci_get_adv_monitor_offload_ext()
H A Dhci_sync.c2234 HCI_ADV_MONITOR_EXT_NONE; in hci_update_interleaved_scan_sync()
2831 hci_get_adv_monitor_offload_ext(hdev) == HCI_ADV_MONITOR_EXT_NONE && in hci_update_accept_list_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h317 #define HCI_ADV_MONITOR_EXT_NONE 1 macro