| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fix warnings.
Some clang-formatting was necessary.
DebugPins is unused and was removed.
|
| |
|
|
|
| |
Don't enable coding conventions from unrelated projects. Only enable
generic checks.
|
| | |
|
| |
|
|
|
|
|
| |
Don't use relative imports like `../foo.h` as those depend on the
relative position of both files. Rather than that use imports relative
to the `src` directory, which explicitly is part of the include
directories.
|
| |\
| |
| | |
Fix Navigation Service UUID docs
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
Avoids the need to copy the same ID into every characteristic UUID
genereated from it.
|
| |/
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
| |
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.
|
|
|
- fix conflict
- add a icon for the navigation app.
|