index
:
infinitime.git
analog24
calc-onto-analog24
calc-onto-edge
develop
edge
heartdev
images
jumpdev
semiredux
ultraredux
ultraredux-heart
ultraredux2
ultraredux2-pwmbacklight
Unnamed repository; edit this file 'description' to name the repository.
Michele Bini
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Components
/
Ble
/
NimbleController.h
Age
Commit message (
Collapse
)
Author
2020-10-02
Renamed Components/ to components/
Avamander
2020-09-27
Add Immediate Alert Service, needed by the "Find Me" profile from BLE spec.
JF
2020-09-27
Add BatteryInformationService to expose the battery level to BLE host.
JF
2020-09-20
Rename Pinetime-JF -> InfiniTime
JF
2020-08-17
Fix most of the warnings. Remaining warnings come from nimble source code.
JF
2020-07-20
Fully implement music app and service
Adam Pigg
SystemTask can return a reference to the nimbleController The nimbleController can return a reference to the musicService The musicService get a connection handle from the nimbleController The musicApp communicated directly with the musicService
2020-07-11
Add start of music appliction
Adam Pigg
2020-06-08
Display BLE MAC address in sysinfo Screen.
JF
2020-05-24
Merge develop
JF
2020-05-11
Fix race conditions on SPI and integrate the SPI NOR Flash driver into ↵
JF
DFUService (WIP)
2020-05-05
Move PinetimeService to CurrentTimeService witha view to implement CTS
Adam Pigg
for time handling
2020-05-05
Run the alert notification service and simplify trhe pinetime service
Adam Pigg
initialization
2020-05-05
Add a simple service to allow setting the time from a controlling
Adam Pigg
application
2020-05-02
Add new screen that is displayed during the OTA transfert.
JF
2020-05-01
Defer the discovery of services using the system task.
JF
2020-04-27
Nimble OTA : work in progress
JF
2020-04-27
BLE : Display the actual status of the connection on the screen.
JF
2020-04-25
NimbleController : CTS & ANS are now working together (even if the code is ↵
JF
not as good as I would like).
2020-04-25
NimbleController : CTS & ANS working but not at the same time (conflict ↵
JF
during discovery)
2020-04-23
NimbleController : Encapsulate CTS client in its own class.
JF
2020-04-23
NimbleController : Encapsulate device info service in its own class.
JF
2020-04-22
NimbleController : support CTS
JF
2020-04-19
Encapsulate nimble code into NimbleController.
JF
Handle all GAP events.