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:
5ef7217
)
bap: Mark devices to auto-connect
author
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Wed, 29 Mar 2023 19:55:16 +0000
(12:55 -0700)
committer
Ayush Garg
<ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:41:34 +0000
(16:11 +0530)
This makes devices with BAP support to auto-connect once they start
advertising.
profiles/audio/bap.c
patch
|
blob
|
history
diff --git
a/profiles/audio/bap.c
b/profiles/audio/bap.c
index
bdd99b9
..
afafebd
100644
(file)
--- a/
profiles/audio/bap.c
+++ b/
profiles/audio/bap.c
@@
-1354,6
+1354,7
@@
static struct btd_profile bap_profile = {
.device_remove = bap_remove,
.accept = bap_accept,
.disconnect = bap_disconnect,
+ .auto_connect = true,
};
static unsigned int bap_id = 0;