aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/Ble/NimbleController.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge developJF2020-05-241-2/+14
|\
| * Remove reference to NRF Softdevice in CMake and documentation.JF2020-05-161-3/+10
| | | | | | | | | | | | Update documentation. Remove Asserts when starting advertising to prevent crash (known bug). Set version 0.5.0.
| * Merge branch 'nimble' of git.proxmox3:JF/PineTime into nimbleJF2020-05-161-8/+13
| |\
| * | 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-2/+5
| | | | | | | | | | | | initialization
| * | Add a simple service to allow setting the time from a controllingAdam Pigg2020-05-051-0/+3
| | | | | | | | | | | | application
* | | Fix race conditions on SPI and integrate the SPI NOR Flash driver into ↵JF2020-05-111-2/+4
| | | | | | | | | | | | DFUService (WIP)
* | | Add SPI NOR Flash driver, WIP.JF2020-05-071-3/+3
| | |
* | | Merge branch 'nimble' into nimble-otaJF2020-05-021-8/+13
|\ \ \ | | |/ | |/|
| * | Add Asssert & debug messages.JF2020-05-021-8/+13
| |/
* | Add new screen that is displayed during the OTA transfert.JF2020-05-021-0/+1
| |
* | Defer the discovery of services using the system task.JF2020-05-011-3/+7
| |
* | Working DfuService with quick'n'ugly codeJF2020-05-011-1/+1
| |
* | Nimble OTA : work in progressJF2020-04-271-4/+6
|/
* BLE : Display the actual status of the connection on the screen.JF2020-04-271-0/+5
|
* NimbleController : CTS & ANS are now working together (even if the code is ↵JF2020-04-251-3/+83
| | | | not as good as I would like).
* NimbleController : CTS & ANS working but not at the same time (conflict ↵JF2020-04-251-4/+50
| | | | during discovery)
* NimbleController : Encapsulate CTS client in its own class.JF2020-04-231-68/+4
|
* NimbleController : Encapsulate device info service in its own class.JF2020-04-231-118/+1
|
* NimbleController : Implement device info serviceJF2020-04-221-2/+125
|
* NimbleController : support CTSJF2020-04-221-1/+78
|
* Encapsulate nimble code into NimbleController.JF2020-04-191-0/+148
Handle all GAP events.