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