summaryrefslogtreecommitdiff
path: root/src/components/ble
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-24Reformatted all the files according to clang-format styleAvamander31-1359/+1095
2021-04-09Merge branch 'develop' into notification-titleJean-François Milants1-1/+1
2021-04-04Fix music app :Jean-François Milants1-1/+1
2021-04-04Ignore notification with empty message.Jean-François Milants2-4/+10
2021-04-04Add support for notification title. The notification buffer must contain the ...Jean-François Milants6-2/+22
2021-02-14Merge pull request #182 from petterhs/warningsJF0022-5/+3
2021-02-14Fix merge conflict.Jean-François Milants2-0/+11
2021-02-14Merge pull request #161 from petterhs/callsJF0024-5/+98
2021-02-07add vibration togglepetter2-0/+11
2021-02-02Update to nimble 1.3 master branch commit 82153e744833821e20e9a8b0d61c38b2b0d...Jean-François Milants3-0/+3
2021-01-27add mute button and functionality for call notification + new button iconspetter2-1/+16
2021-01-25fix build warnings in HR implementationpetter2-5/+3
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants2-26/+46
2021-01-21change Notification Event base UUIDpetter2-14/+14
2021-01-21change Notification Event UUIDpetter2-6/+8
2021-01-21Add incoming call functionalityRasmus Schenstrom4-4/+60
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants4-0/+238
2021-01-20Merge pull request #169 from JF002/heartRateSensorJF0024-3/+135
2021-01-19Music UUID must start with 00000000 instead of 00010000 (copy/paste error)Jean-François Milants1-1/+1
2021-01-19Adapt the UUID of Music service according to new guidelines.Jean-François Milants2-41/+77
2021-01-17Add heart rate BLE service.Jean-François Milants4-3/+135
2021-01-08fix MusicService UUID typo in commentpetter1-1/+1
2020-11-16Include cleanup: componentsokaestne23-57/+115
2020-10-29Refactoring of BLE service discovery : it is now implemented into the classes...JF9-227/+251
2020-10-28Reset BLE services on disconnect, do not start advertising if a connection is...JF5-23/+54
2020-10-27Fix conflictsJF2-165/+335
2020-10-22Notifications : Fix copy when the messages is spread across multiple os_mbuf.JF5-23/+28
2020-10-21Notifications : Fix display of notification index/number.JF2-1/+6
2020-10-21Increase max size of notification message to 100 char.JF5-40/+29