Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dhci_request.c423 HCI_ADV_MONITOR_EXT_NONE; in __hci_update_interleaved_scan()
920 hci_get_adv_monitor_offload_ext(hdev) == HCI_ADV_MONITOR_EXT_NONE && in update_accept_list()
Dhci_core.c3164 case HCI_ADV_MONITOR_EXT_NONE: in hci_add_adv_monitor()
3191 case HCI_ADV_MONITOR_EXT_NONE: /* also goes here when powered off */ in hci_remove_adv_monitor()
3280 return HCI_ADV_MONITOR_EXT_NONE; in hci_get_adv_monitor_offload_ext()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h279 #define HCI_ADV_MONITOR_EXT_NONE 1 macro