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

Commit 60473cbc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "leaudio: Make multiple context suppport default" into tm-qpr-dev

parents d4b56b05 2a363f7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -646,7 +646,7 @@ class LeAudioClientImpl : public LeAudioClient {
     * Ideally, we should send all the bits we have, but not all headsets like
     * it.
     */
    if (osi_property_get_bool(kAllowMultipleContextsInMetadata, false)) {
    if (osi_property_get_bool(kAllowMultipleContextsInMetadata, true)) {
      return metadata_context_type;
    }