Searched refs:_new_value (Results 1 – 1 of 1) sorted by relevance
50 #define BITS_CHANGED(_new_value, _old_value) ((_new_value) ^ (_old_value)) argument51 #define FEATURE_DEVICE_TYPE_UNCHANGED(_new_value) \ argument52 !BITS_CHANGED(_new_value, (has.features & BT_HAS_FEAT_HEARING_AID_TYPE_MASK))53 #define FEATURE_SYNC_SUPPORT_UNCHANGED(_new_value) \ argument54 !BITS_CHANGED(_new_value, ((has.features & BT_HAS_FEAT_PRESET_SYNC_SUPP) != 0 ? 1 : 0))55 #define FEATURE_IND_PRESETS_UNCHANGED(_new_value) \ argument56 !BITS_CHANGED(_new_value, ((has.features & BT_HAS_FEAT_INDEPENDENT_PRESETS) != 0 ? 1 : 0))