From c4225187acd39e354a7fcaaca99301c1174847e5 Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Fri, 8 Dec 2023 09:42:39 +0900 Subject: [PATCH 1/1] Add new DA model name AI Hub Smart EHS Change-Id: I8cf513570d9f00ad8981441c6b52edfc58cd28c1 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 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; -- 2.7.4