this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Branch:
PassingRegression
Revision:
120:779b74689747
Parent:
119:8d939a902333
Child:
121:ac4f59839e4f
--- a/source/ATCmdManager.h	Mon May 27 12:34:58 2019 +0000
+++ b/source/ATCmdManager.h	Mon May 27 17:00:43 2019 +0000
@@ -157,6 +157,9 @@
     void        sendBleDataEvent(const char *buf, int len);
     void        sendBleAtEvent(const char *buf, int len);
     void        sendBleConnectEvent(const char *buf, int len);
+    void        sendBleDisconnectEvent();
+    bool        dequeueBleDataResponse();
+    bool        queueBleDataRequest(at_ble_msg_t data_req);
     
     /**
     * Allows timeout to be changed between commands