* [PATCH BlueZ v1] build: Add alternate configuration for enabling LE Audio
@ 2025-02-12 22:11 Luiz Augusto von Dentz
2025-02-12 23:30 ` [BlueZ,v1] " bluez.test.bot
0 siblings, 1 reply; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2025-02-12 22:11 UTC (permalink / raw)
To: linux-bluetooth
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This adds an alternate configuration file that enables LE Audio by
default, this can then be loaded with e.g:
src/bluetoothd -f src/leaudio.conf
---
src/{main.conf => leaudio.conf} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
copy src/{main.conf => leaudio.conf} (98%)
diff --git a/src/main.conf b/src/leaudio.conf
similarity index 98%
copy from src/main.conf
copy to src/leaudio.conf
index e9c7552a2c2d..5cde278adecb 100644
--- a/src/main.conf
+++ b/src/leaudio.conf
@@ -124,7 +124,7 @@
# Enables D-Bus experimental interfaces
# Possible values: true or false
-#Experimental = false
+Experimental = true
# Enables D-Bus testing interfaces
# Possible values: true or false
@@ -141,7 +141,7 @@
# a6695ace-ee7f-4fb9-881a-5fac66c629af (BlueZ Experimental Offload Codecs)
# 6fbaf188-05e0-496a-9885-d6ddfdb4e03e (BlueZ Experimental ISO socket)
# Defaults to false.
-#KernelExperimental = false
+KernelExperimental = 6fbaf188-05e0-496a-9885-d6ddfdb4e03e
# The duration to avoid retrying to resolve a peer's name, if the previous
# try failed.
@@ -263,9 +263,8 @@
# Defaults to 517
#ExchangeMTU = 517
-# Number of ATT channels, 1 is mandatory since it is used for ATT fixed channel
-# index 2-6 are used for EATT which is optional.
-# Possible values: 1-6 (1 disables EATT)
+# Number of ATT channels
+# Possible values: 1-5 (1 disables EATT)
# Default to 1
#Channels = 1
--
2.48.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-12 23:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 22:11 [PATCH BlueZ v1] build: Add alternate configuration for enabling LE Audio Luiz Augusto von Dentz
2025-02-12 23:30 ` [BlueZ,v1] " bluez.test.bot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.