From: Wootak Jung Date: Fri, 8 Dec 2023 00:41:55 +0000 (+0900) Subject: Add new DA model name X-Git-Tag: accepted/tizen/7.0/unified/20231212.053547~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=361170a280e23b9837203bd6f59dc330731781ce;p=platform%2Fupstream%2Fbluez.git Add new DA model name AI Hub Smart EHS Change-Id: I631ffa40c73041c6ad4aab1f47859a7c0a5c8fd9 Signed-off-by: Wootak Jung --- diff --git a/profile.h b/profile.h index 58d565ac..f871db51 100755 --- a/profile.h +++ b/profile.h @@ -229,7 +229,8 @@ static inline tizen_model_t _get_tizen_model(void) !strcasecmp(model_name, "Echo Heating System Controller") || !strcasecmp(model_name, "Bespoke Washer") || !strcasecmp(model_name, "Bespoke Dryer") || - !strcasecmp(model_name, "Appliance Emulator")) + !strcasecmp(model_name, "Appliance Emulator") || + !strcasecmp(model_name, "AI Hub Smart EHS")) model = TIZEN_MODEL_DA; else model = TIZEN_MODEL_COMMON;