From: Wootak Jung Date: Thu, 8 Jun 2023 00:46:34 +0000 (+0900) Subject: Add "Smart Cooktop" to DA model X-Git-Tag: accepted/tizen/unified/20230628.155146^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git;a=commitdiff_plain;h=50edc41ae73053a5c1331f074b16a1fc3305b6ce Add "Smart Cooktop" to DA model Change-Id: Id61801f067dee6b83ab89c1053c5fb2469b0acb3 Signed-off-by: Wootak Jung --- diff --git a/include/bluetooth-agent-profile.h b/include/bluetooth-agent-profile.h index 17e1d63..fe1e9dd 100644 --- a/include/bluetooth-agent-profile.h +++ b/include/bluetooth-agent-profile.h @@ -129,7 +129,8 @@ static inline tizen_model_name_t get_tizen_model_name() else if (!strcasecmp(modelName, "Robot Vacuum Cleaner") || !strcasecmp(modelName, "Smart Dryer") || !strcasecmp(modelName, "Smart Washer") || - !strcasecmp(modelName, "DDMS")) + !strcasecmp(modelName, "DDMS") || + !strcasecmp(modelName, "Smart Cooktop")) model_name = _MODEL_DA; else model_name = _MODEL_UNKNOWN;