Message ID | 20250212221156.486006-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [BlueZ,v1] build: Add alternate configuration for enabling LE Audio | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
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
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
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%)