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

Dependencies:   mbed-http

Revision:
79:a2187bbfa407
Parent:
78:07bb86e3ce14
Child:
113:888e262ff0a9
--- a/source/BleManager.h	Sat Mar 16 13:05:52 2019 +0000
+++ b/source/BleManager.h	Wed Mar 20 21:02:47 2019 +0000
@@ -85,6 +85,7 @@
     );
     
     void shutDown();
+    void sendBLEUartData(char * str);
 
 private:
     /** Override to start chosen activity when initialisation completes */
@@ -111,6 +112,7 @@
     void blink(void);
     /** Echo received data back                                       */
     void EchoBleUartReceived();
+    
 
     void reportGapState();
     
@@ -121,6 +123,8 @@
      *     Information about the characterisitc being updated.
      */
     void onDataWrittenCallback(const GattWriteCallbackParams *params);
+    //void passkeyDisplayCallback(Gap::Handle_t handle, const SecurityManager::Passkey_t passkey);
+    //void securitySetupCompletedCallback(Gap::Handle_t handle, SecurityManager::SecurityCompletionStatus_t status);
 
 private:
     DigitalOut _led1;