BLE Nano Code.Tested with Integrated mDot code

Dependencies:   BLE_API mbed nRF51822

Fork of eco_Labs_ble_Client by Happiest

Revision:
31:d25111c2fa21
Parent:
26:6b2fe4855698
Child:
34:d146cdbffd91
--- a/main.cpp	Thu Nov 17 06:10:54 2016 +0000
+++ b/main.cpp	Thu Dec 01 14:50:00 2016 +0000
@@ -38,7 +38,7 @@
 /******************************************************************************/
 extern void spi_buf_init(void);
 extern void ble_event_wait(void);
-extern void ble_init(void);
+extern void ble_init(uint8_t *tx_buf, uint8_t length);
 extern void ble_data_handler_init(void);
 extern void spi_slave_rx_data(void);
 extern void spi_dummy_test(void);