Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dhas.c51 #define BITS_CHANGED(_new_value, _old_value) ((_new_value) ^ (_old_value)) argument
52 #define FEATURE_DEVICE_TYPE_UNCHANGED(_new_value) \ argument
53 !BITS_CHANGED(_new_value, (has.features & BT_HAS_FEAT_HEARING_AID_TYPE_MASK))
54 #define FEATURE_SYNC_SUPPORT_UNCHANGED(_new_value) \ argument
55 !BITS_CHANGED(_new_value, ((has.features & BT_HAS_FEAT_PRESET_SYNC_SUPP) != 0 ? 1 : 0))
56 #define FEATURE_IND_PRESETS_UNCHANGED(_new_value) \ argument
57 !BITS_CHANGED(_new_value, ((has.features & BT_HAS_FEAT_INDEPENDENT_PRESETS) != 0 ? 1 : 0))