From: Wootak Jung Date: Fri, 8 Dec 2023 00:42:39 +0000 (+0900) Subject: Add new DA model name X-Git-Tag: accepted/tizen/7.0/unified/20231212.053554^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36577e63b51d77647eabfc16b89abe80ed1899fa;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git Add new DA model name AI Hub Smart EHS Change-Id: I8cf513570d9f00ad8981441c6b52edfc58cd28c1 Signed-off-by: Wootak Jung --- diff --git a/include/bluetooth-agent-profile.h b/include/bluetooth-agent-profile.h index 8c18fc5..3301db7 100644 --- a/include/bluetooth-agent-profile.h +++ b/include/bluetooth-agent-profile.h @@ -136,7 +136,8 @@ static inline tizen_model_name_t get_tizen_model_name() !strcasecmp(modelName, "Echo Heating System Controller") || !strcasecmp(modelName, "Bespoke Washer") || !strcasecmp(modelName, "Bespoke Dryer") || - !strcasecmp(modelName, "Appliance Emulator")) + !strcasecmp(modelName, "Appliance Emulator") || + !strcasecmp(modelName, "AI Hub Smart EHS")) model_name = _MODEL_DA; else model_name = _MODEL_UNKNOWN;