From 50edc41ae73053a5c1331f074b16a1fc3305b6ce Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Thu, 8 Jun 2023 09:46:34 +0900 Subject: [PATCH] Add "Smart Cooktop" to DA model Change-Id: Id61801f067dee6b83ab89c1053c5fb2469b0acb3 Signed-off-by: Wootak Jung --- include/bluetooth-agent-profile.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.7.4