Seek forward and backward using scroll wheel in car

This commit is contained in:
2022-06-16 23:12:31 +02:00
parent 44f9e6393a
commit 2c53036d45
3 changed files with 27 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ namespace avrcp {
void play_pause();
void forward();
void backward();
void seek_forward();
void seek_backward();
void set_volume(uint8_t volume);
}