Add new DA model types 19/321619/1 accepted/tizen_unified accepted/tizen_unified_x accepted/tizen/unified/20250509.015136 accepted/tizen/unified/x/20250509.034531
authorWootak Jung <wootak.jung@samsung.com>
Tue, 25 Mar 2025 06:04:23 +0000 (15:04 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 26 Mar 2025 01:23:49 +0000 (10:23 +0900)
- Water Purifier(AI Home)
- Wine Cellar(AI Vision)

Change-Id: I0d29afa3ea223506b263635971fa163362ddda00
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
include/bluetooth-agent-profile.h

index 5f06a0c49dbf8249286397489953e04a0d65f026..d7b97b4a096540408238446fd719f76bc8fcac1d 100644 (file)
@@ -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;