Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c315 HCI_ADV_MONITOR_EXT_NONE; in __hci_update_interleaved_scan()
531 hci_get_adv_monitor_offload_ext(hdev) == HCI_ADV_MONITOR_EXT_NONE && in update_accept_list()
H A Dhci_core.c1942 case HCI_ADV_MONITOR_EXT_NONE: in hci_add_adv_monitor()
1969 case HCI_ADV_MONITOR_EXT_NONE: /* also goes here when powered off */ in hci_remove_adv_monitor()
2041 return HCI_ADV_MONITOR_EXT_NONE; in hci_get_adv_monitor_offload_ext()
H A Dhci_sync.c2100 HCI_ADV_MONITOR_EXT_NONE; in hci_update_interleaved_scan_sync()
2662 hci_get_adv_monitor_offload_ext(hdev) == HCI_ADV_MONITOR_EXT_NONE && in hci_update_accept_list_sync()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h323 #define HCI_ADV_MONITOR_EXT_NONE 1 macro