Searched refs:_new_value (Results 1 – 1 of 1) sorted by relevance
51 #define BITS_CHANGED(_new_value, _old_value) ((_new_value) ^ (_old_value)) argument52 #define FEATURE_DEVICE_TYPE_UNCHANGED(_new_value) \ argument53 !BITS_CHANGED(_new_value, (has.features & BT_HAS_FEAT_HEARING_AID_TYPE_MASK))54 #define FEATURE_SYNC_SUPPORT_UNCHANGED(_new_value) \ argument55 !BITS_CHANGED(_new_value, ((has.features & BT_HAS_FEAT_PRESET_SYNC_SUPP) != 0 ? 1 : 0))56 #define FEATURE_IND_PRESETS_UNCHANGED(_new_value) \ argument57 !BITS_CHANGED(_new_value, ((has.features & BT_HAS_FEAT_INDEPENDENT_PRESETS) != 0 ? 1 : 0))