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

Commit c8a85d75 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

leaudio: Make multiple context suppport default

Android shall not limit information shared with Audio Server.
As per CAP v1.0 sec. 7.1
"
If multiple Context Type values are set, the associated Audio Stream simultaneously
serves multiple use cases and can be a mixture of multiple sources of audio.
"

Bug: 251343282
Bug: 230553199
Test: atest BluetoothInstrumentationTests
Tag: #feature
Change-Id: Ie3ef5d50e89842653f118263e6980f478e1d9a0f
parent c9c0977c
Loading
Loading
Loading
Loading
+1 −1
Original line number 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
     * it.
     */
    if (osi_property_get_bool(kAllowMultipleContextsInMetadata, false)) {
    if (osi_property_get_bool(kAllowMultipleContextsInMetadata, true)) {
      return metadata_context_type;
    }