projects
/
platform
/
core
/
connectivity
/
bluetooth-frwk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76bbbb
)
Add new DA model name
92/316792/1
author
Wootak Jung
<wootak.jung@samsung.com>
Thu, 10 Oct 2024 07:42:50 +0000
(16:42 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Wed, 18 Dec 2024 03:03:01 +0000
(12:03 +0900)
AI Home*
Change-Id: If2ffbe081ad74c9bd6d005420e25b9a968157184
include/bt-internal-types.h
patch
|
blob
|
history
diff --git
a/include/bt-internal-types.h
b/include/bt-internal-types.h
index 504fdf68f4662e0530e8d12018dcfde81563dad6..a2399e84bcfc2680e4c6c468703e7e26717c6143 100644
(file)
--- a/
include/bt-internal-types.h
+++ b/
include/bt-internal-types.h
@@
-938,10
+938,10
@@
static inline tizen_model_t get_tizen_model(void)
!strcasecmp(model_name, "Bespoke Washer") ||
!strcasecmp(model_name, "Bespoke Dryer") ||
!strcasecmp(model_name, "Appliance Emulator") ||
- !strcasecmp(model_name, "AI Home Smart EHS") ||
!strcasecmp(model_name, "Smart Oven") ||
!strcasecmp(model_name, "Smart AC") ||
- !strcasecmp(model_name, "AI Vision Refrigerator"))
+ !strcasecmp(model_name, "AI Vision Refrigerator") ||
+ !strncasecmp(model_name, "AI Home", 7))
model = _MODEL_DA;
else
model = _MODEL_COMMON;