From: Wootak Jung Date: Tue, 25 Mar 2025 06:04:23 +0000 (+0900) Subject: Add new DA model types X-Git-Tag: accepted/tizen/unified/20250509.015136^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git Add new DA model types - Water Purifier(AI Home) - Wine Cellar(AI Vision) Change-Id: I0d29afa3ea223506b263635971fa163362ddda00 Signed-off-by: Wootak Jung --- diff --git a/include/bluetooth-agent-profile.h b/include/bluetooth-agent-profile.h index 5f06a0c..d7b97b4 100644 --- a/include/bluetooth-agent-profile.h +++ b/include/bluetooth-agent-profile.h @@ -159,7 +159,9 @@ static inline tizen_device_t get_tizen_device_type(void) !strcasecmp(device_type, "Range") || !strncasecmp(device_type, "Refrigerator", 12) || !strcasecmp(device_type, "Appliance") || - !strcasecmp(device_type, "Oven")) + !strcasecmp(device_type, "Oven") || + !strcasecmp(device_type, "Water Purifier(AI Home)") || + !strcasecmp(device_type, "Wine Cellar(AI Vision)")) device = _DEV_DA; else device = _DEV_COMMON;