updates

Dependencies:   BLE_API mbed-dev-bin nRF51822

Fork of microbit-dal-eddystone by Martin Woolley

Files at this revision

API Documentation at this revision

Comitter:
LancasterUniversity
Date:
Wed Jul 13 12:17:57 2016 +0100
Parent:
23:6055f6c19fa6
Child:
25:27299423d813
Commit message:
Synchronized with git rev ae2c351d
Author: Martin Woolley
Fixed dodgy comment

Changed in this revision

source/bluetooth/MicroBitBLEManager.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/source/bluetooth/MicroBitBLEManager.cpp	Wed Jul 13 12:17:56 2016 +0100
+++ b/source/bluetooth/MicroBitBLEManager.cpp	Wed Jul 13 12:17:57 2016 +0100
@@ -278,7 +278,7 @@
     ble->gap().onDisconnection(bleDisconnectionCallback);
     ble->gattServer().onSysAttrMissing(bleSysAttrMissingCallback);
     
-    // generate an event when a Bluetooth connection is lost
+    // generate an event when a Bluetooth connection is established
     ble->gap().onConnection(bleConnectionCallback);
 
     // Configure the stack to hold onto the CPU during critical timing events.