From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ v1] build: Add alternate configuration for enabling LE Audio
Date: Wed, 12 Feb 2025 17:11:56 -0500 [thread overview]
Message-ID: <20250212221156.486006-1-luiz.dentz@gmail.com> (raw)
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
next reply other threads:[~2025-02-12 22:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-12 22:11 Luiz Augusto von Dentz [this message]
2025-02-12 23:30 ` [BlueZ,v1] build: Add alternate configuration for enabling LE Audio bluez.test.bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250212221156.486006-1-luiz.dentz@gmail.com \
--to=luiz.dentz@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.