aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble
Commit message (Expand)AuthorAgeFilesLines
* Remove static declartion on batteryValue preventing read attribute from updat...Tim Keller2021-10-021-1/+1
* Merge branch 'develop' into disable_notif_onlyRiku Isokoski2021-09-142-45/+87
|\
| * Merge branch 'refactor_adv' of https://github.com/evergreen22/InfiniTime into...Jean-François Milants2021-09-132-45/+87
| |\
| | * Advertise fast for at least 30 secs then slow downJames A. Jerkins2021-09-052-1/+17
| | * Revert "Linear decrease of advert rate to conserve battery"James A. Jerkins2021-09-052-6/+0
| | * Linear decrease of advert rate to conserve batteryJames A. Jerkins2021-09-042-0/+6
| | * Fix styles issues - no change to functionalityJames A. Jerkins2021-09-011-6/+6
| | * Fix race condition, connect->disconnect->discoveryJames A. Jerkins2021-09-011-1/+3
| | * Completely reset connection state on failJames A. Jerkins2021-08-301-0/+3
| | * WIP Refactor ble advertisingJames A. Jerkins2021-08-292-40/+60
* | | Merge branch 'develop' into disable_notif_onlyRiku Isokoski2021-09-131-1/+1
|\| |
| * | docs: Fix a few typos (#606)Tim Gates2021-09-131-1/+1
| |/
* / Toggle notifications only, keep vibrations.Riku Isokoski2021-09-122-12/+1
|/
* Make firmware updating more foolproof (#469)Riku Isokoski2021-07-221-5/+4
* Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants2021-07-114-4/+15
* Inititialize members in class declarationJonathan Vander Mey2021-07-022-22/+12
* Move local-only function into anonymous namespaceJonathan Vander Mey2021-07-021-4/+3
* Make MusicService UUID objects static constexprJonathan Vander Mey2021-07-022-22/+31
* Eliminate reinterpret_castingJonathan Vander Mey2021-07-021-26/+26
* SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix2021-06-261-0/+5
* Merge pull request #359 from Avamander/patch-2JF0022021-06-122-157/+95
|\
| * Updated license header yearAvamander2021-05-172-2/+2
| * Used a macro for UUID generation, switched from C-style casts to reinterpret_...Avamander2021-05-172-155/+93
* | Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants2021-06-065-7/+7
|/
* Changed access modified indentationAvamander2021-04-2416-36/+36
* Reformatted all the files according to clang-format styleAvamander2021-04-2431-1315/+1051
* Merge branch 'develop' into notification-titleJean-François Milants2021-04-091-1/+1
|\
| * Fix music app :Jean-François Milants2021-04-041-1/+1
* | Ignore notification with empty message.Jean-François Milants2021-04-042-4/+10
* | Add support for notification title. The notification buffer must contain the ...Jean-François Milants2021-04-046-2/+22
|/
* Merge pull request #182 from petterhs/warningsJF0022021-02-142-5/+3
|\
| * fix build warnings in HR implementationpetter2021-01-252-5/+3
* | Fix merge conflict.Jean-François Milants2021-02-142-0/+11
|\ \
| * | add vibration togglepetter2021-02-072-0/+11
| |/
* | Merge pull request #161 from petterhs/callsJF0022021-02-144-5/+98
|\ \
| * | add mute button and functionality for call notification + new button iconspetter2021-01-272-1/+16
| * | Handle call notification the same way than other notifications.Jean-François Milants2021-01-242-26/+46
| * | change Notification Event base UUIDpetter2021-01-212-14/+14
| * | change Notification Event UUIDpetter2021-01-212-6/+8
| * | Add incoming call functionalityRasmus Schenstrom2021-01-214-4/+60
| |/
* / Update to nimble 1.3 master branch commit 82153e744833821e20e9a8b0d61c38b2b0d...Jean-François Milants2021-02-023-0/+3
|/
* Merge branch piggz/nav into develop:Jean-François Milants2021-01-204-0/+238
* Merge pull request #169 from JF002/heartRateSensorJF0022021-01-204-3/+135
|\
| * Add heart rate BLE service.Jean-François Milants2021-01-174-3/+135
* | Music UUID must start with 00000000 instead of 00010000 (copy/paste error)Jean-François Milants2021-01-191-1/+1
* | Adapt the UUID of Music service according to new guidelines.Jean-François Milants2021-01-192-41/+77
* | fix MusicService UUID typo in commentpetter2021-01-081-1/+1
|/
* Include cleanup: componentsokaestne2020-11-1623-57/+115
* Refactoring of BLE service discovery : it is now implemented into the classes...JF2020-10-299-227/+251
* Reset BLE services on disconnect, do not start advertising if a connection is...JF2020-10-285-23/+54