From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> 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