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

Commit 1a1cfcd0 authored by Michal Belusiak's avatar Michal Belusiak
Browse files

le_audio: Change dialer sounds to SOUNDEFFECTS instead of MEDIA

MEDIA causes handover from broadcast to unicast which is not expected
in dialer usage. There is no reason to use MEDIA for such sounds.

Bug: 377856052
Test: atest bluetooth_le_audio_client_test --host
Flag: EXEMPT; simple fix
Change-Id: Ie5ab5834dfd5e44fcb3f38fc7bbd14e6f50d56a1
parent b3c46bf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ LeAudioContextType AudioContentToLeAudioContext(audio_content_type_t content_typ
        return LeAudioContextType::RINGTONE;
      }

      return LeAudioContextType::MEDIA;
      return LeAudioContextType::SOUNDEFFECTS;
    case AUDIO_USAGE_GAME:
      return LeAudioContextType::GAME;
    case AUDIO_USAGE_NOTIFICATION: