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
History
Update example to latest BLE API.
2016-01-12, by andresag [Tue, 12 Jan 2016 10:49:03 +0000] rev 11
Update example to latest BLE API.
updating underlying libraries.
2015-09-29, by rgrover1 [Tue, 29 Sep 2015 11:52:34 +0000] rev 10
updating underlying libraries.
drop an un-necessary include from main.cpp in LEDBlinker
2015-07-02, by rgrover1 [Thu, 02 Jul 2015 08:52:47 +0000] rev 9
drop an un-necessary include from main.cpp in LEDBlinker
remove an obsolete comment block.
2015-07-02, by rgrover1 [Thu, 02 Jul 2015 08:51:39 +0000] rev 8
remove an obsolete comment block.
update to the latest of the underlying API
2015-07-02, by rgrover1 [Thu, 02 Jul 2015 08:39:04 +0000] rev 7
update to the latest of the underlying API
minor diffs.
2015-06-29, by rgrover1 [Mon, 29 Jun 2015 06:23:09 +0000] rev 6
minor diffs.
switch to newer APIs; rename BLEDevice to BLE
2015-06-20, by rgrover1 [Sat, 20 Jun 2015 23:36:10 +0000] rev 5
switch to newer APIs; rename BLEDevice to BLE
updating to the latest of BLE_API and nRF51822 (which now contains support for Gatt Client).
2015-06-19, by rgrover1 [Fri, 19 Jun 2015 23:34:34 +0000] rev 4
updating to the latest of BLE_API and nRF51822 (which now contains support for Gatt Client).
rename led1 as alivenessLED.; And some minor addition to comments.
2015-06-08, by rgrover1 [Mon, 08 Jun 2015 06:37:03 +0000] rev 3
rename led1 as alivenessLED.; And some minor addition to comments.
another minor change to a comment.
2015-06-08, by rgrover1 [Mon, 08 Jun 2015 06:30:35 +0000] rev 2
another minor change to a comment.