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

Commit 787dc24b authored by Rongxuan Liu's avatar Rongxuan Liu Committed by Gerrit Code Review
Browse files

Merge "Add new flags for LEA broadcast API updates" into main

parents 226d9962 584561b8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ aconfig_declarations {
    srcs: [
        "hap.aconfig",
        "hfp.aconfig",
        "leaudio.aconfig",
        "system_service.aconfig",
    ],
}
@@ -17,6 +18,7 @@ java_aconfig_library {
    name: "bluetooth_flags_java_lib",
    aconfig_declarations: "bluetooth_aconfig_flags",
    visibility: [
        "//cts/tests/tests/bluetooth:__subpackages__",
        "//packages/modules/Bluetooth/android/app",
        "//packages/modules/Bluetooth/service:__subpackages__",
    ],

flags/leaudio.aconfig

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

flag {
    name: "leaudio_broadcast_monitor_source_sync_status"
    namespace: "bluetooth"
    description: "New APIs to improve broadcast source sync"
    bug: "307406671"
}

flag {
    name: "leaudio_broadcast_volume_control_for_connected_devices"
    namespace: "bluetooth"
    description: "Allow volume control for connected devices"
    bug: "307408418"
}