
this is using the mbed os version 5-13-1
Diff: source/BleManager.h
- Branch:
- PassingRegression
- Revision:
- 121:ac4f59839e4f
- Parent:
- 120:779b74689747
--- a/source/BleManager.h Mon May 27 17:00:43 2019 +0000 +++ b/source/BleManager.h Sat Jun 01 15:29:03 2019 +0000 @@ -189,7 +189,9 @@ virtual void sendATresponseBytes(at_cmd_resp_t at_cmd); virtual bool setNextCommand(ble_cmd_t cmd); virtual void processQueues(); - +private: + void sendConnectionResponses(); + void sendDisconnectionResponses(); }; /** A central device will scan, connect to a peer and request pairing. */