projects
/
platform
/
core
/
connectivity
/
bluetooth-agent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150f988
)
Add new DA model name
18/316818/1
author
Wootak Jung
<wootak.jung@samsung.com>
Thu, 10 Oct 2024 07:36:46 +0000
(16:36 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Wed, 18 Dec 2024 07:29:59 +0000
(16:29 +0900)
AI Home*
Change-Id: I2b6a46c97e1570f5fb1bc5049dbf360c48c0d8b6
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
include/bluetooth-agent-profile.h
patch
|
blob
|
history
diff --git
a/include/bluetooth-agent-profile.h
b/include/bluetooth-agent-profile.h
index b1d53bc3ae80511ef769f59dbca9bb3c74b2f653..dd39cb332b84aeaa82788238e51e0046e20c350b 100644
(file)
--- a/
include/bluetooth-agent-profile.h
+++ b/
include/bluetooth-agent-profile.h
@@
-137,10
+137,10
@@
static inline tizen_model_name_t get_tizen_model_name()
!strcasecmp(modelName, "Bespoke Washer") ||
!strcasecmp(modelName, "Bespoke Dryer") ||
!strcasecmp(modelName, "Appliance Emulator") ||
- !strcasecmp(modelName, "AI Home Smart EHS") ||
!strcasecmp(modelName, "Smart Oven") ||
!strcasecmp(modelName, "Smart AC") ||
- !strcasecmp(modelName, "AI Vision Refrigerator"))
+ !strcasecmp(modelName, "AI Vision Refrigerator") ||
+ !strncasecmp(modelName, "AI Home", 7))
model_name = _MODEL_DA;
else
model_name = _MODEL_UNKNOWN;