summaryrefslogtreecommitdiff
path: root/src/components/ble
AgeCommit message (Expand)AuthorFilesLines
2021-12-04Improved documentationAvamander1-3/+7
2021-12-04Improved documentationAvamander1-0/+20
2021-12-04Removed an instance of shadowingAvamander1-4/+4
2021-12-04Clarified a few commentsAvamander1-5/+6
2021-12-04Specified how values should be interpreted betterAvamander1-2/+7
2021-12-04Added new precipitation and obscuration typesAvamander1-2/+12
2021-12-04Fixed an incorrect decode in HumidityAvamander1-1/+1
2021-12-04Implemented parsing of all defined weather data typesAvamander1-19/+181
2021-12-04Improved UI and fixed a bugAvamander1-10/+11
2021-12-04Bunch of bugs fixed, improved error handling, debug UI additionAvamander2-68/+90
2021-12-04Improved error handling and fixed incompatibility with co.nstant.in:cbor libraryAvamander1-3/+6
2021-12-04Removed versioning because it's not necessaryAvamander1-8/+1
2021-12-04Changed UUID so it wouldn't conflict with MotionAvamander1-3/+3
2021-12-04Fixed a few compilation errors, fixed UUID.Avamander3-4/+4
2021-12-04Implemented a few functions.Avamander3-26/+84
2021-12-04Few formatting fixesAvamander2-2/+2
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