summaryrefslogtreecommitdiff
path: root/src/components/ble/MusicService.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-09Format header filesFinlay Davidson1-0/+1
2022-04-25Make functions const againRiku Isokoski1-1/+1
2022-04-25Update track progress in MusicService. Fix #127Riku Isokoski1-1/+2
2021-07-02Inititialize members in class declarationJonathan Vander Mey1-12/+12
2021-07-02Make MusicService UUID objects static constexprJonathan Vander Mey1-22/+0
2021-05-17Updated license header yearAvamander1-1/+1
2021-05-17Used a macro for UUID generation, switched from C-style casts to reinterpret_...Avamander1-33/+21
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-88/+46
2021-01-19Music UUID must start with 00000000 instead of 00010000 (copy/paste error)Jean-François Milants1-1/+1
2021-01-19Adapt the UUID of Music service according to new guidelines.Jean-François Milants1-15/+15
2021-01-08fix MusicService UUID typo in commentpetter1-1/+1
2020-11-16Include cleanup: componentsokaestne1-2/+5
2020-10-15Unified MusicStatus enum constant capitalization with othersAvamander1-2/+2
2020-10-15Refactored and improved the Music watchappAvamander1-71/+145
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-0/+92