From: Wootak Jung Date: Fri, 8 Dec 2023 00:42:39 +0000 (+0900) Subject: Add new DA model name X-Git-Tag: accepted/tizen/unified/20231219.160426^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4225187acd39e354a7fcaaca99301c1174847e5;hp=e3f73c34e26c7d9153cebdca39ed41180cb54ee1;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;