BLE Nano Code.Tested with Integrated mDot code

Dependencies:   BLE_API mbed nRF51822

Fork of eco_Labs_ble_Client by Happiest

Revision:
34:d146cdbffd91
Parent:
33:17b8c186eb07
--- a/ble_msg_handler.cpp	Thu Dec 15 06:26:45 2016 +0000
+++ b/ble_msg_handler.cpp	Fri Dec 16 10:20:16 2016 +0000
@@ -66,7 +66,7 @@
  * @param  
  * @retval 
  */
-void spi_rx_Data_Callback(uint8_t *rx_data, uint8_t len)
+void spi_rx_Data_Callback(uint8_t *rx_data)
 {    
     uint8_t tmp_buf[SPI_TX_BUF_SIZE];
     if(rx_data !=NULL)