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

Commit 8493b818 authored by Jakub Rotkiewicz's avatar Jakub Rotkiewicz
Browse files

flags: Add stop_on_offload_fail

Bug: 345709100
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: Iff4840f1d6d9eeafc38677adde73f354890c09c2
parent c50cae9d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -86,6 +86,16 @@ flag {
    }
}

flag {
    name: "stop_on_offload_fail"
    namespace: "bluetooth"
    description: "Stop instead of disconnecting AVDT when offload fails"
    bug: "345709100"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "a2dp_aidl_encoding_interval"
    namespace: "bluetooth"