Add new DA model types 18/321618/1
authorWootak Jung <wootak.jung@samsung.com>
Tue, 25 Mar 2025 06:03:21 +0000 (15:03 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Wed, 26 Mar 2025 01:23:38 +0000 (10:23 +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 28b555ead1ae02d5e21200fd8a93d11546cc3ae7..72ecfee87462f421cbb979e43ef4fba9efb2f5ca 100644 (file)
@@ -963,7 +963,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;