summaryrefslogtreecommitdiff
path: root/src/Components/Ble/MusicService.cpp
AgeCommit message (Collapse)Author
2020-08-17Fix most of the warnings. Remaining warnings come from nimble source code.JF
2020-07-20Fully implement music app and serviceAdam Pigg
SystemTask can return a reference to the nimbleController The nimbleController can return a reference to the musicService The musicService get a connection handle from the nimbleController The musicApp communicated directly with the musicService
2020-07-15Rework characteristic handlingAdam Pigg
2020-07-13Initial code for music app screena and serviceAdam Pigg