From: Wootak Jung Date: Mon, 7 Aug 2023 00:26:41 +0000 (+0900) Subject: Add new DA model names X-Git-Tag: accepted/tizen/8.0/unified/20231005.093158^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git;a=commitdiff_plain;h=0420bbc52cbe0f411f895ef9579283b8a9aea5ff Add new DA model names Change-Id: If4f249ccab5674ac4e626402e1b1e5c9aca94d2b Signed-off-by: Wootak Jung --- diff --git a/include/bluetooth-agent-profile.h b/include/bluetooth-agent-profile.h index fe1e9dd..ba0204b 100644 --- a/include/bluetooth-agent-profile.h +++ b/include/bluetooth-agent-profile.h @@ -130,7 +130,10 @@ static inline tizen_model_name_t get_tizen_model_name() !strcasecmp(modelName, "Smart Dryer") || !strcasecmp(modelName, "Smart Washer") || !strcasecmp(modelName, "DDMS") || - !strcasecmp(modelName, "Smart Cooktop")) + !strcasecmp(modelName, "Smart Cooktop") || + !strcasecmp(modelName, "Smart Range") || + !strcasecmp(modelName, "Refrigerator") || + !strcasecmp(modelName, "Echo Heating System Controller")) model_name = _MODEL_DA; else model_name = _MODEL_UNKNOWN;