index
:
InfiniTime
local
upstream/main
My branch of InfiniTime
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
components
/
ble
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
Fix race condition, connect->disconnect->discovery
James A. Jerkins
2021-09-01
1
-1
/
+3
|
|
*
|
Completely reset connection state on fail
James A. Jerkins
2021-08-30
1
-0
/
+3
|
|
*
|
WIP Refactor ble advertising
James A. Jerkins
2021-08-29
2
-40
/
+60
|
|
|
/
*
|
|
Merge branch 'develop' into disable_notif_only
Riku Isokoski
2021-09-13
1
-1
/
+1
|
\
|
|
|
*
|
docs: Fix a few typos (#606)
Tim Gates
2021-09-13
1
-1
/
+1
|
|
/
*
/
Toggle notifications only, keep vibrations.
Riku Isokoski
2021-09-12
2
-12
/
+1
|
/
*
Make firmware updating more foolproof (#469)
Riku Isokoski
2021-07-22
1
-5
/
+4
*
Notify battery level every 10 minutes when connected to a BLE host.
Jean-François Milants
2021-07-11
4
-4
/
+15
*
Inititialize members in class declaration
Jonathan Vander Mey
2021-07-02
2
-22
/
+12
*
Move local-only function into anonymous namespace
Jonathan Vander Mey
2021-07-02
1
-4
/
+3
*
Make MusicService UUID objects static constexpr
Jonathan Vander Mey
2021-07-02
2
-22
/
+31
*
Eliminate reinterpret_casting
Jonathan Vander Mey
2021-07-02
1
-26
/
+26
*
SPI flash sleep if bootloader >= 1.0.0 (#322)
Neil O'Fix
2021-06-26
1
-0
/
+5
*
Merge pull request #359 from Avamander/patch-2
JF002
2021-06-12
2
-157
/
+95
|
\
|
*
Updated license header year
Avamander
2021-05-17
2
-2
/
+2
|
*
Used a macro for UUID generation, switched from C-style casts to reinterpret_...
Avamander
2021-05-17
2
-155
/
+93
*
|
Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...
Jean-François Milants
2021-06-06
5
-7
/
+7
|
/
*
Changed access modified indentation
Avamander
2021-04-24
16
-36
/
+36
*
Reformatted all the files according to clang-format style
Avamander
2021-04-24
31
-1315
/
+1051
*
Merge branch 'develop' into notification-title
Jean-François Milants
2021-04-09
1
-1
/
+1
|
\
|
*
Fix music app :
Jean-François Milants
2021-04-04
1
-1
/
+1
*
|
Ignore notification with empty message.
Jean-François Milants
2021-04-04
2
-4
/
+10
*
|
Add support for notification title. The notification buffer must contain the ...
Jean-François Milants
2021-04-04
6
-2
/
+22
|
/
*
Merge pull request #182 from petterhs/warnings
JF002
2021-02-14
2
-5
/
+3
|
\
|
*
fix build warnings in HR implementation
petter
2021-01-25
2
-5
/
+3
*
|
Fix merge conflict.
Jean-François Milants
2021-02-14
2
-0
/
+11
|
\
\
|
*
|
add vibration toggle
petter
2021-02-07
2
-0
/
+11
|
|
/
*
|
Merge pull request #161 from petterhs/calls
JF002
2021-02-14
4
-5
/
+98
|
\
\
|
*
|
add mute button and functionality for call notification + new button icons
petter
2021-01-27
2
-1
/
+16
|
*
|
Handle call notification the same way than other notifications.
Jean-François Milants
2021-01-24
2
-26
/
+46
|
*
|
change Notification Event base UUID
petter
2021-01-21
2
-14
/
+14
|
*
|
change Notification Event UUID
petter
2021-01-21
2
-6
/
+8
|
*
|
Add incoming call functionality
Rasmus Schenstrom
2021-01-21
4
-4
/
+60
|
|
/
*
/
Update to nimble 1.3 master branch commit 82153e744833821e20e9a8b0d61c38b2b0d...
Jean-François Milants
2021-02-02
3
-0
/
+3
|
/
*
Merge branch piggz/nav into develop:
Jean-François Milants
2021-01-20
4
-0
/
+238
*
Merge pull request #169 from JF002/heartRateSensor
JF002
2021-01-20
4
-3
/
+135
|
\
|
*
Add heart rate BLE service.
Jean-François Milants
2021-01-17
4
-3
/
+135
*
|
Music UUID must start with 00000000 instead of 00010000 (copy/paste error)
Jean-François Milants
2021-01-19
1
-1
/
+1
*
|
Adapt the UUID of Music service according to new guidelines.
Jean-François Milants
2021-01-19
2
-41
/
+77
*
|
fix MusicService UUID typo in comment
petter
2021-01-08
1
-1
/
+1
|
/
*
Include cleanup: components
okaestne
2020-11-16
23
-57
/
+115
*
Refactoring of BLE service discovery : it is now implemented into the classes...
JF
2020-10-29
9
-227
/
+251
*
Reset BLE services on disconnect, do not start advertising if a connection is...
JF
2020-10-28
5
-23
/
+54
*
Fix conflicts
JF
2020-10-27
2
-165
/
+335
|
\
|
*
Unified MusicStatus enum constant capitalization with others
Avamander
2020-10-15
1
-2
/
+2
|
*
Refactored and improved the Music watchapp
Avamander
2020-10-15
2
-165
/
+335
*
|
Notifications : Fix copy when the messages is spread across multiple os_mbuf.
JF
2020-10-22
5
-23
/
+28
*
|
Notifications : Fix display of notification index/number.
JF
2020-10-21
2
-1
/
+6
*
|
Increase max size of notification message to 100 char.
JF
2020-10-21
5
-40
/
+29
*
|
Integrate new notification UI with notifications coming from BLE
JF
2020-10-20
2
-10
/
+73
|
/
[prev]
[next]