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

Commit 2719030c authored by Sandeep Samdaria's avatar Sandeep Samdaria
Browse files

Add flag bta_av_use_peer_codec

Introduce flag to use peer codec instead of cached codec.

Bug: 339264791
Bug: 315241296

Test: m (launch seahawk-trunk-userdebug)
Change-Id: Ia2b7ba34a63d62b90fbc0d3ea0b43e8fbbe4ac27
parent 4816e9bb
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -35,3 +35,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "bta_av_use_peer_codec"
    namespace: "bluetooth"
    description: "Deprecate bta av codec state"
    bug: "339264791"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}