aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/Ble/NimbleController.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Components/ to components/Avamander2020-10-021-75/+0
|
* Add Immediate Alert Service, needed by the "Find Me" profile from BLE spec.JF2020-09-271-0/+2
|
* Add BatteryInformationService to expose the battery level to BLE host.JF2020-09-271-1/+3
|
* Rename Pinetime-JF -> InfiniTimeJF2020-09-201-1/+1
|
* Fix most of the warnings. Remaining warnings come from nimble source code.JF2020-08-171-1/+1
|
* Fully implement music app and serviceAdam Pigg2020-07-201-1/+4
| | | | | | | 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
* Add start of music applictionAdam Pigg2020-07-111-0/+5
|
* Display BLE MAC address in sysinfo Screen.JF2020-06-081-1/+1
|
* Merge developJF2020-05-241-0/+5
|\
| * Move PinetimeService to CurrentTimeService witha view to implement CTSAdam Pigg2020-05-051-2/+2
| | | | | | | | for time handling
| * Run the alert notification service and simplify trhe pinetime serviceAdam Pigg2020-05-051-0/+3
| | | | | | | | initialization
| * Add a simple service to allow setting the time from a controllingAdam Pigg2020-05-051-0/+2
| | | | | | | | application
* | Fix race conditions on SPI and integrate the SPI NOR Flash driver into ↵JF2020-05-111-1/+7
| | | | | | | | DFUService (WIP)
* | Add new screen that is displayed during the OTA transfert.JF2020-05-021-1/+1
| |
* | Defer the discovery of services using the system task.JF2020-05-011-0/+2
| |
* | Nimble OTA : work in progressJF2020-04-271-0/+8
|/
* BLE : Display the actual status of the connection on the screen.JF2020-04-271-1/+2
|
* NimbleController : CTS & ANS are now working together (even if the code is ↵JF2020-04-251-0/+8
| | | | not as good as I would like).
* NimbleController : CTS & ANS working but not at the same time (conflict ↵JF2020-04-251-2/+7
| | | | during discovery)
* NimbleController : Encapsulate CTS client in its own class.JF2020-04-231-24/+3
|
* NimbleController : Encapsulate device info service in its own class.JF2020-04-231-0/+3
|
* NimbleController : support CTSJF2020-04-221-1/+28
|
* Encapsulate nimble code into NimbleController.JF2020-04-191-0/+19
Handle all GAP events.