diff --git a/sim/components/ble/MusicService.h b/sim/components/ble/MusicService.h index 554c343..ddbd23f 100644 --- a/sim/components/ble/MusicService.h +++ b/sim/components/ble/MusicService.h @@ -56,6 +56,8 @@ namespace Pinetime { static const char EVENT_MUSIC_PREV = 0x04; static const char EVENT_MUSIC_VOLUP = 0x05; static const char EVENT_MUSIC_VOLDOWN = 0x06; + static const char EVENT_MUSIC_FORWARD = 0x07; + static const char EVENT_MUSIC_REWIND = 0x08; enum MusicStatus { NotPlaying = 0x00, Playing = 0x01 };