From: Anuj Jain Date: Tue, 11 Jun 2024 12:35:49 +0000 (+0530) Subject: Revise DA model name X-Git-Tag: accepted/tizen/7.0/unified/20240613.012844^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F312568%2F1;p=platform%2Fcore%2Fapi%2Fbluetooth.git Revise DA model name This patch modifies DA model name from "Smart Ove" to "Smart Oven". Change-Id: Id7100530139ffc3f71ccc6fb8bcc5bfcbafdfbe7 Signed-off-by: Anuj Jain --- diff --git a/src/bluetooth-common.c b/src/bluetooth-common.c index e660030..f7ba85e 100644 --- a/src/bluetooth-common.c +++ b/src/bluetooth-common.c @@ -4764,7 +4764,7 @@ tizen_model_t _get_tizen_model(void) !strcasecmp(model_name, "Bespoke Dryer") || !strcasecmp(model_name, "Appliance Emulator") || !strcasecmp(model_name, "AI Home Smart EHS") || - !strcasecmp(model_name, "Smart Ove") || + !strcasecmp(model_name, "Smart Oven") || !strcasecmp(model_name, "Smart AC") || !strcasecmp(model_name, "AI Vision Refrigerator")) model = _MODEL_DA;