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.cpp
Age
Commit message (
Collapse
)
Author
2020-05-16
Remove reference to NRF Softdevice in CMake and documentation.
JF
Update documentation. Remove Asserts when starting advertising to prevent crash (known bug). Set version 0.5.0.
2020-05-16
Merge branch 'nimble' of git.proxmox3:JF/PineTime into nimble
JF
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 Asssert & debug messages.
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 : Implement device info service
JF
2020-04-22
NimbleController : support CTS
JF
2020-04-19
Encapsulate nimble code into NimbleController.
JF
Handle all GAP events.