aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/AlertNotificationClient.h
Commit message (Collapse)AuthorAgeFilesLines
* src: Enable unused parameter warningRiku Isokoski2023-01-241-1/+1
| | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
| | | | | | | 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.
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-58/+42
|
* Add incoming call functionalityRasmus Schenstrom2021-01-211-1/+1
| | | | | | | | | | | | | | Add categories to AlertNotification Add new alert notification screens bases Add Incoming Call Add Modal Add event to AlertNotification Co-authored-by: Robin Karlsson <robin.karlsson@protonmail.com>
* Include cleanup: componentsokaestne2020-11-161-2/+12
|
* Refactoring of BLE service discovery : it is now implemented into the ↵JF2020-10-291-12/+6
| | | | classes of the services.
* Reset BLE services on disconnect, do not start advertising if a connection ↵JF2020-10-281-8/+9
| | | | is already established.
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-0/+81