All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* RE: [BlueZ,v1] build: Add alternate configuration for enabling LE Audio
  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.test.bot
  0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2025-02-12 23:30 UTC (permalink / raw)
  To: linux-bluetooth, luiz.dentz

[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=933378

---Test result---

Test Summary:
CheckPatch                    PENDING   0.26 seconds
GitLint                       PENDING   0.27 seconds
BuildEll                      PASS      20.48 seconds
BluezMake                     PASS      1431.58 seconds
MakeCheck                     PASS      13.00 seconds
MakeDistcheck                 PASS      159.69 seconds
CheckValgrind                 PASS      214.85 seconds
CheckSmatch                   PASS      283.73 seconds
bluezmakeextell               PASS      98.01 seconds
IncrementalBuild              PENDING   0.29 seconds
ScanBuild                     PASS      857.52 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


^ permalink raw reply	[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.