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

Commit 584561b8 authored by Rongxuan Liu's avatar Rongxuan Liu
Browse files

Add new flags for LEA broadcast API updates

Test: m Bluetooth
Bug: 307406671
Bug: 307408418
Change-Id: I6c1b804dfd1fd8dddbcb4901062d26789530d9b0
parent 54aa8143
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"
}