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

Commit c392ba95 authored by Jakub Rotkiewicz's avatar Jakub Rotkiewicz
Browse files

flag: fallback_when_wired_audio_disconnected

Bug: 348124361
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I0249a9aefad61e201fd4ef42cd4b881f238845f2
parent b9ee7a34
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ aconfig_declarations {
    // LINT.IfChange
    srcs: [
        "a2dp.aconfig",
        "active_device_manager.aconfig",
        "asha.aconfig",
        "audio_routing.aconfig",
        "avrcp.aconfig",
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ aconfig("bluetooth_flags_c_lib") {
  # LINT.IfChange
  sources = [
    "a2dp.aconfig",
    "active_device_manager.aconfig",
    "asha.aconfig",
    "audio_routing.aconfig",
    "avrcp.aconfig",
+9 −0
Original line number Diff line number Diff line
package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "fallback_when_wired_audio_disconnected"
    namespace: "bluetooth"
    description: "Fallback to other connected device when wired audio device disconnects"
    bug: "348124361"
}