test firmware for BLE Micro V1.3 1. test io, vcc and ble 2. act as a UART to BLE bridge

Dependencies:   BLE_API Buffer mbed

Fork of BLE_LEDBlinker by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Mon Jun 08 06:30:35 2015 +0000
Parent:
1:1db45b17552e
Child:
3:146eba831693
Commit message:
another minor change to a comment.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jun 08 06:26:18 2015 +0000
+++ b/main.cpp	Mon Jun 08 06:30:35 2015 +0000
@@ -117,8 +117,11 @@
             triggerLedCharacteristic = false;
             ledCharacteristic.read(); /* We could have issued this read just as easily from
                                        * characteristicDiscoveryCallback(); but
-                                       * this demonstrates the use of
-                                       * isServiceDiscoveryActive(). */
+                                       * invoking it here demonstrates the use
+                                       * of isServiceDiscoveryActive() and also
+                                       * the fact that it is permitted to
+                                       * operate on application-local copies of
+                                       * DiscoveredCharacteristic. */
         }
         ble.waitForEvent();
     }