Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dhas_internal.h34 #define BT_HAS_FEAT_INDEPENDENT_PRESETS BIT(3) macro
Dhas.c41 !BITS_CHANGED(_new_value, ((has.features & BT_HAS_FEAT_INDEPENDENT_PRESETS) != 0 ? 1 : 0))
1277 has.features |= BT_HAS_FEAT_INDEPENDENT_PRESETS; in has_features_register()