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

Commit f59bb552 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Automerger Merge Worker
Browse files

Merge "leaudio: Make multiple context suppport default" am: 1242dbc8

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