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:
d4151fd
)
Add new DA model name
69/318869/2
accepted/tizen/7.0/unified/20241011.075919
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>
Thu, 10 Oct 2024 08:19:26 +0000
(17:19 +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 ce32cc65ae296e5bc34226170afa72923383b335..2ef685eaa5121ebcac1f538a2a794f25e90c3f60 100644
(file)
--- a/
include/bt-internal-types.h
+++ b/
include/bt-internal-types.h
@@
-922,10
+922,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;