Okundu Omeni
/
wifi-https-ble-sm-uart-atcmd-5-13-1
this is using the mbed os version 5-13-1
Diff: source/BleManager.h
- Branch:
- PassingRegression
- Revision:
- 113:888e262ff0a9
- Parent:
- 79:a2187bbfa407
- Child:
- 116:2296cf274661
--- a/source/BleManager.h Sat May 11 11:55:29 2019 +0000 +++ b/source/BleManager.h Sat May 18 10:50:49 2019 +0000 @@ -87,8 +87,11 @@ void shutDown(); void sendBLEUartData(char * str); +protected: + // connection status + bool isConnected; private: - /** Override to start chosen activity when initialisation completes */ + /** Override to start chosen activity when initialisation completes */ virtual void start() = 0; /** This is called when BLE interface is initialised and starts the demonstration */