projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8456089
)
avdtp: Modify disconnect timer for Buds2
04/308704/1
author
Wootak Jung
<wootak.jung@samsung.com>
Fri, 29 Mar 2024 05:19:06 +0000
(14:19 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Fri, 29 Mar 2024 05:19:46 +0000
(14:19 +0900)
Change-Id: Id5f88e3636b80cd222e9c75469ef7c5cea78cd57
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
profiles/audio/avdtp.c
patch
|
blob
|
history
diff --git
a/profiles/audio/avdtp.c
b/profiles/audio/avdtp.c
index 9be8787097fb04d373d32346bdc5e646d8c2ae11..458016d105a95864e9d13ab3b4765552cb313ae9 100644
(file)
--- a/
profiles/audio/avdtp.c
+++ b/
profiles/audio/avdtp.c
@@
-1624,7
+1624,8
@@
static void set_disconnect_timer(struct avdtp *session)
device_get_name(session->device, name, sizeof(name));
DBG("name : [%s]", name);
if (g_str_equal(name, "VW BT") || g_str_equal(name, "VW MI") ||
- g_str_equal(name, "Seat ") || g_str_equal(name, "Galax")) {
+ g_str_equal(name, "Seat ") || g_str_equal(name, "Galax") ||
+ g_str_equal(name, "Buds2")) {
session->dc_timer = timeout_add_seconds(3, disconnect_timeout,
session, NULL);
} else if (g_str_equal(name, "CAR M")) {