From: Wootak Jung Date: Mon, 7 Aug 2023 00:24:11 +0000 (+0900) Subject: Add new DA model names X-Git-Tag: accepted/tizen/7.0/unified/20230808.172157^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c09479651e2447ef30a9fb815e58bb60d5dbd9ce;p=platform%2Fupstream%2Fbluez.git Add new DA model names Change-Id: I411e8ef51a3dafd0cc583ff8da2c6111dbbf99a0 Signed-off-by: Wootak Jung --- diff --git a/profile.h b/profile.h index 47c16a2f..a0a545d7 100755 --- a/profile.h +++ b/profile.h @@ -223,7 +223,10 @@ static inline tizen_model_t _get_tizen_model(void) !strcasecmp(model_name, "Smart Dryer") || !strcasecmp(model_name, "Smart Washer") || !strcasecmp(model_name, "DDMS") || - !strcasecmp(model_name, "Smart Cooktop")) + !strcasecmp(model_name, "Smart Cooktop") || + !strcasecmp(model_name, "Smart Range") || + !strcasecmp(model_name, "Refrigerator") || + !strcasecmp(model_name, "Echo Heating System Controller")) model = TIZEN_MODEL_DA; else model = TIZEN_MODEL_COMMON;