aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/NavigationService.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary C-style casts with BLE UUIDsJonathan Vander Mey2021-07-241-18/+12
| | | | | | Instead of casting the UUID object to the ble_uuid_t* used throughout the NimBLE API just pass the address of the ble_uuid_t member that's at the start of each of the UUID structs.
* Reformatted all the files according to clang-format styleAvamander2021-04-241-48/+32
|
* Add support for notification title. The notification buffer must contain the ↵Jean-François Milants2021-04-041-1/+0
| | | | | | title and the message separated by a '\0' character. If the buffer does not contain any \0, the whole buffer is considered to be the message of the notification. A default title will be displayed in the notification app.
* Merge branch piggz/nav into develop:Jean-François Milants2021-01-201-0/+137
- fix conflict - add a icon for the navigation app.