| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-09 | Merge pull request #522 from jonvmey/fix-nav-uuid-docs | JF | |
| Fix Navigation Service UUID docs | |||
| 2021-07-24 | Move callback function into anonymous namespace | Jonathan Vander Mey | |
| 2021-07-24 | Remove unnecessary C-style casts with BLE UUIDs | Jonathan Vander Mey | |
| 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. | |||
| 2021-07-24 | Update nav service UUID macro to constexpr functions | Jonathan Vander Mey | |
| 2021-07-24 | Set navigation service id is base UUID macro | Jonathan Vander Mey | |
| Avoids the need to copy the same ID into every characteristic UUID genereated from it. | |||
| 2021-04-24 | Reformatted all the files according to clang-format style | Avamander | |
| 2021-04-04 | Add support for notification title. The notification buffer must contain the ↵ | Jean-François Milants | |
| 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. | |||
| 2021-01-20 | Merge branch piggz/nav into develop: | Jean-François Milants | |
| - fix conflict - add a icon for the navigation app. | |||
