James A. Jerkins
|
00a3f84ea7
|
Completely reset connection state on fail
|
2021-08-30 23:17:16 -05:00 |
|
James A. Jerkins
|
be31f417db
|
WIP Refactor ble advertising
Refactor ble advertising based on ble standards and conventions.
Changes are based on the bleprph example code, bluetooth docs, and nimble docs.
|
2021-08-29 15:50:04 -05:00 |
|
Jean-François Milants
|
e21f6a7f41
|
Notify battery level every 10 minutes when connected to a BLE host.
Refactor battery percent : only use uint8_t to store the battery % remaining.
|
2021-07-11 16:55:06 +02:00 |
|
Jean-François Milants
|
7f9cc51b05
|
Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
|
2021-06-06 15:56:03 +02:00 |
|
Avamander
|
40d45d923b
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
|
petter
|
169b861af1
|
fix build warnings in HR implementation
|
2021-01-25 14:53:44 +01:00 |
|
Jean-François Milants
|
522a1eb0be
|
Merge branch piggz/nav into develop:
- fix conflict
- add a icon for the navigation app.
|
2021-01-20 21:34:09 +01:00 |
|
Jean-François Milants
|
68674cec53
|
Add heart rate BLE service.
|
2021-01-17 16:34:14 +01:00 |
|
okaestne
|
1516573df4
|
Include cleanup: components
|
2020-11-16 01:35:45 +01:00 |
|
JF
|
29f8074fcb
|
Refactoring of BLE service discovery : it is now implemented into the classes of the services.
|
2020-10-29 16:06:01 +01:00 |
|
JF
|
f90f2254f5
|
Reset BLE services on disconnect, do not start advertising if a connection is already established.
|
2020-10-28 18:23:09 +01:00 |
|
Avamander
|
6c86d1d9d7
|
Fixed all the includes that were broken due to the renames
|
2020-10-02 22:16:48 +03:00 |
|