Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bafbbc84 authored by Henri Chataing's avatar Henri Chataing
Browse files

Add flag a2dp_offload_codec_extensibility

Bug: 308686081
Bug: 305734815
Test: m Bluetooth
Change-Id: I2bb15e70804f3089c6da3f84e64c7a37a209ef0f
parent 7c81f3d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ aconfig_declarations {
    name: "bluetooth_aconfig_flags",
    package: "com.android.bluetooth.flags",
    srcs: [
        "a2dp.aconfig",
        "audio_routing.aconfig",
        "gatt.aconfig",
        "hap.aconfig",

flags/a2dp.aconfig

0 → 100644
+8 −0
Original line number Diff line number Diff line
package: "com.android.bluetooth.flags"

flag {
    name: "a2dp_offload_codec_extensibility"
    namespace: "bluetooth"
    description: "Enable a2dp offload codec extensibility"
    bug: "308686081"
}