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