Home
last modified time | relevance | path

Searched refs:BT_EVT_MASK_INQUIRY_COMPLETE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dhci_types.h3105 #define BT_EVT_MASK_INQUIRY_COMPLETE BT_EVT_BIT(0) macro
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dhci_core.c3678 mask |= BT_EVT_MASK_INQUIRY_COMPLETE; in set_event_mask()