An initial demo showcasing the GattClient APIs. Drives an LED service exported by a BLE_LED peripheral. Shows scanning, connections, service-discovery, and reads/writes.

Dependencies:   BLE_API mbed nRF51822

Revision:
9:dc392bde2b3c
Parent:
8:b433a261072f
Child:
10:507318f2afda
--- a/main.cpp	Thu Jul 02 08:51:39 2015 +0000
+++ b/main.cpp	Thu Jul 02 08:52:47 2015 +0000
@@ -18,7 +18,6 @@
 #include "ble/BLE.h"
 #include "ble/DiscoveredCharacteristic.h"
 #include "ble/DiscoveredService.h"
-#include "ble/services/UARTService.h"
 
 BLE ble;