diff --git a/system/bta/le_audio/client.cc b/system/bta/le_audio/client.cc index 8a57d05f8009aa1e5b7b574acfbd00f437bbd4ea..4664a2639a7b4742a3ec0d3bb3de8752487703e2 100644 --- a/system/bta/le_audio/client.cc +++ b/system/bta/le_audio/client.cc @@ -748,14 +748,15 @@ class LeAudioClientImpl : public LeAudioClient { /* Highest priority first */ LeAudioContextType::CONVERSATIONAL, LeAudioContextType::RINGTONE, - LeAudioContextType::GAME, LeAudioContextType::LIVE, LeAudioContextType::VOICEASSISTANTS, + LeAudioContextType::GAME, LeAudioContextType::MEDIA, LeAudioContextType::EMERGENCYALARM, LeAudioContextType::ALERTS, LeAudioContextType::INSTRUCTIONAL, LeAudioContextType::NOTIFICATIONS, + LeAudioContextType::SOUNDEFFECTS, }; for (auto ct : context_priority_list) { if (metadata_context_type.test(ct)) { @@ -3508,14 +3509,15 @@ class LeAudioClientImpl : public LeAudioClient { * call volume slider while not in a call. * LeAudioContextType::RINGTONE, */ - LeAudioContextType::GAME, LeAudioContextType::LIVE, LeAudioContextType::VOICEASSISTANTS, + LeAudioContextType::GAME, LeAudioContextType::MEDIA, LeAudioContextType::EMERGENCYALARM, LeAudioContextType::ALERTS, LeAudioContextType::INSTRUCTIONAL, LeAudioContextType::NOTIFICATIONS, + LeAudioContextType::SOUNDEFFECTS, }; for (auto ct : context_priority_list) { if (available_remote_contexts.test(ct)) {