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

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Thu Jul 02 08:52:47 2015 +0000
Parent:
8:b433a261072f
Child:
10:507318f2afda
Commit message:
drop an un-necessary include from main.cpp in LEDBlinker

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;