aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/Ble/NimbleController.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.