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:
03f88ca
)
Remove XSAT sending logic in Fhub
24/320624/1
author
Wootak Jung
<wootak.jung@samsung.com>
Fri, 17 Mar 2023 07:37:56 +0000
(16:37 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Wed, 5 Mar 2025 05:04:13 +0000
(14:04 +0900)
Change-Id: If5e4df993dc78cfd0f4920941300353814462c61
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
hf-agent/bluetooth-hf-agent.c
patch
|
blob
|
history
diff --git
a/hf-agent/bluetooth-hf-agent.c
b/hf-agent/bluetooth-hf-agent.c
index 4323d289f1b59e09ee6b91ac4361c49c35727ddd..d4f25af44e4fde4b856fb6b7c4990c091f5ad55e 100644
(file)
--- a/
hf-agent/bluetooth-hf-agent.c
+++ b/
hf-agent/bluetooth-hf-agent.c
@@
-3169,12
+3169,14
@@
static void __bt_establish_initialization(bt_hf_agent_info_t *bt_hf_info)
else
ERR("__bt_get_bia_cmd is failed");
- ret = __bt_hf_send_and_read(bt_hf_info, BT_HF_XSAT, buf,
+ if (!TIZEN_MODEL_NAME_DA) {
+ ret = __bt_hf_send_and_read(bt_hf_info, BT_HF_XSAT, buf,
sizeof(BT_HF_XSAT) - 1);
- if (ret)
- DBG("sent BT_HF_XSAT");
- else
- ERR("BT_HF_XSAT sending failed");
+ if (ret)
+ DBG("sent BT_HF_XSAT");
+ else
+ ERR("BT_HF_XSAT sending failed");
+ }
if (TIZEN_PROFILE_WEARABLE) {
/* send Bluetooth Samsung Support Feature cmd */