Add BleController to manage the BLE connection status

This commit is contained in:
JF
2019-12-27 17:05:49 +01:00
parent 11aa5e3d88
commit 46eeefb53a
7 changed files with 48 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ list(APPEND SOURCE_FILES
Components/Gfx/Gfx.cpp
BLE/BleManager.c
Components/Battery/BatteryController.cpp
Components/Ble/BleController.cpp
)
set(INCLUDE_FILES
@@ -53,6 +54,7 @@ set(INCLUDE_FILES
Components/Gfx/Gfx.h
BLE/BleManager.h
Components/Battery/BatteryController.h
Components/Ble/BleController.h
)
nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}")