Add new DA model types 51/321551/1 accepted/tizen/7.0/unified/20250326.132855
authorWootak Jung <wootak.jung@samsung.com>
Tue, 25 Mar 2025 06:03:21 +0000 (15:03 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Tue, 25 Mar 2025 06:03:21 +0000 (15:03 +0900)
- Water Purifier(AI Home)
- Wine Cellar(AI Vision)

Change-Id: I210972e037903c589e22f1364e9951cae6c179e9
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
include/bt-internal-types.h

index 6d710a0c8f0e4dc522bc1610ea250d372f53839b..09a6c54c9c9da9c5d0aefae56ca5da0fbf94eb82 100644 (file)
@@ -947,7 +947,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;