Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
259:341f04be325e
Parent:
249:68ed571e0002
Parent:
258:150f5a76162d
--- a/BLE/inc/ble_main.h	Fri Oct 21 19:13:21 2016 +0000
+++ b/BLE/inc/ble_main.h	Mon Oct 24 21:08:15 2016 +0000
@@ -22,7 +22,7 @@
       // Member functions declaration
         uint8_t ConfigureBLEDevice(void);
         void SendFile(uint8_t* json_file,uint8_t len);
-
+        bool GetBleConnectionState(void);
 };
 
 
@@ -30,7 +30,7 @@
 #define DATA_LENGTH     0
 //#define SUCCESS 1
 #define FAILURE 0
-#define MAX_PAYLOAD_BYTES 16
+#define MAX_PAYLOAD_BYTES 20
 
 #endif
 /******************************************************************************/