Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_request.c313 HCI_ADV_MONITOR_EXT_NONE; in __hci_update_interleaved_scan()
529 hci_get_adv_monitor_offload_ext(hdev) == HCI_ADV_MONITOR_EXT_NONE && in update_accept_list()
Dhci_core.c1951 case HCI_ADV_MONITOR_EXT_NONE: in hci_add_adv_monitor()
1977 case HCI_ADV_MONITOR_EXT_NONE: /* also goes here when powered off */ in hci_remove_adv_monitor()
2048 return HCI_ADV_MONITOR_EXT_NONE; in hci_get_adv_monitor_offload_ext()
Dhci_sync.c2062 HCI_ADV_MONITOR_EXT_NONE; in hci_update_interleaved_scan_sync()
2487 hci_get_adv_monitor_offload_ext(hdev) == HCI_ADV_MONITOR_EXT_NONE && in hci_update_accept_list_sync()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h317 #define HCI_ADV_MONITOR_EXT_NONE 1 macro