summaryrefslogtreecommitdiff
path: root/src/components/ble
AgeCommit message (Expand)AuthorFilesLines
2021-12-04Started initial work on the UIAvamander2-41/+48
2021-12-04Brace style and whitespace fixesAvamander2-2/+2
2021-12-04Fixed a few bugs, enabled UsefulBuf library optimizationsAvamander4-25/+43
2021-12-04Minor style improvementAvamander1-1/+2
2021-12-04Skeleton of the receiving logicAvamander3-76/+145
2021-12-04Initial Weather service skeletonAvamander5-0/+689
2021-11-28Merge branch 'develop' into motionservice_fix_typo_in_includeJF20-37/+38
2021-11-28Merge branch 'restructure_includes' of https://github.com/NeroBurner/InfiniTi...Jean-François Milants20-35/+36
2021-11-15Move up file header include to topReinhold Gschweicher1-1/+1
2021-11-15Add missing standard includesReinhold Gschweicher1-0/+1
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher19-35/+35
2021-11-15fix Motion Service UUID in doc and code commentsmabuch1-2/+2
2021-10-30MotionService: fix not needed '/' in includeReinhold Gschweicher1-1/+1
2021-10-26Motion service : fix step notifications that were sent as a single byte inste...Jean-François Milants2-2/+2
2021-10-20Add mention to Call characteristic (which was missing in the doc) and change ...Jean-François Milants1-1/+1
2021-10-17Enable/disable notifications for motion service.Jean-François Milants1-0/+3
2021-10-17Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants4-2/+171
2021-10-17MotionService : fix typo and characteristic array size + send notification on...Jean-François Milants3-3/+30
2021-10-09Merge pull request #522 from jonvmey/fix-nav-uuid-docsJF2-41/+21
2021-10-09Merge pull request #524 from jonvmey/ble-uuid-c-castsJF10-64/+55
2021-10-02Remove static declartion on batteryValue preventing read attribute from updat...Tim Keller1-1/+1
2021-09-14Merge branch 'develop' into disable_notif_onlyRiku Isokoski2-45/+87
2021-09-13Merge branch 'develop' into disable_notif_onlyRiku Isokoski1-1/+1
2021-09-13Merge branch 'refactor_adv' of https://github.com/evergreen22/InfiniTime into...Jean-François Milants2-45/+87
2021-09-13docs: Fix a few typos (#606)Tim Gates1-1/+1
2021-09-12Toggle notifications only, keep vibrations.Riku Isokoski2-12/+1
2021-09-05Advertise fast for at least 30 secs then slow downJames A. Jerkins2-1/+17
2021-09-05Revert "Linear decrease of advert rate to conserve battery"James A. Jerkins2-6/+0
2021-09-04Linear decrease of advert rate to conserve batteryJames A. Jerkins2-0/+6
2021-09-01Fix styles issues - no change to functionalityJames A. Jerkins1-6/+6
2021-09-01Fix race condition, connect->disconnect->discoveryJames A. Jerkins1-1/+3
2021-08-30Completely reset connection state on failJames A. Jerkins1-0/+3
2021-08-29WIP Refactor ble advertisingJames A. Jerkins2-40/+60
2021-07-24Move callback function into anonymous namespaceJonathan Vander Mey1-5/+5
2021-07-24Remove unnecessary C-style casts with BLE UUIDsJonathan Vander Mey10-64/+55
2021-07-24Update nav service UUID macro to constexpr functionsJonathan Vander Mey2-28/+20
2021-07-24Set navigation service id is base UUID macroJonathan Vander Mey2-13/+1
2021-07-24Update Navigation UUID documentationJonathan Vander Mey1-1/+1
2021-07-22Make firmware updating more foolproof (#469)Riku Isokoski1-5/+4
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants4-4/+15
2021-07-02Inititialize members in class declarationJonathan Vander Mey2-22/+12
2021-07-02Move local-only function into anonymous namespaceJonathan Vander Mey1-4/+3
2021-07-02Make MusicService UUID objects static constexprJonathan Vander Mey2-22/+31
2021-07-02Eliminate reinterpret_castingJonathan Vander Mey1-26/+26
2021-06-26SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix1-0/+5
2021-06-12Merge pull request #359 from Avamander/patch-2JF0022-157/+95
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants5-7/+7
2021-05-17Updated license header yearAvamander2-2/+2
2021-05-17Used a macro for UUID generation, switched from C-style casts to reinterpret_...Avamander2-155/+93
2021-04-24Changed access modified indentationAvamander16-36/+36