From: Wootak Jung Date: Thu, 8 Jun 2023 00:44:21 +0000 (+0900) Subject: Add "Smart Cooktop" to DA model X-Git-Tag: accepted/tizen/7.0/unified/20230609.165447^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58befcc1c6c8c8ab5dd9186aca3639b29f07d095;p=platform%2Fupstream%2Fbluez.git Add "Smart Cooktop" to DA model Change-Id: Ib62cbde072f59918b69465837fc605ef844a6629 Signed-off-by: Wootak Jung --- diff --git a/profile.h b/profile.h index 2316af0e..47c16a2f 100755 --- a/profile.h +++ b/profile.h @@ -222,7 +222,8 @@ static inline tizen_model_t _get_tizen_model(void) else if (!strcasecmp(model_name, "Robot Vacuum Cleaner") || !strcasecmp(model_name, "Smart Dryer") || !strcasecmp(model_name, "Smart Washer") || - !strcasecmp(model_name, "DDMS")) + !strcasecmp(model_name, "DDMS") || + !strcasecmp(model_name, "Smart Cooktop")) model = TIZEN_MODEL_DA; else model = TIZEN_MODEL_COMMON;