Loading system/bta/le_audio/client.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
system/bta/le_audio/client.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading