xiao sun / BLE_API

Fork of BLE_API by Bluetooth Low Energy

Revision:
30:9614522cf932
Parent:
29:011e95ce78b8
--- a/hw/nRF51822s/nRF51Gap.cpp	Thu Jan 16 22:29:53 2014 +0000
+++ b/hw/nRF51822s/nRF51Gap.cpp	Fri Jan 17 14:25:29 2014 +0000
@@ -24,8 +24,8 @@
 /**************************************************************************/
 nRF51Gap::nRF51Gap(RawSerial &serial) : Gap(), uart(serial)
 {
-    /* Reset the service and characteristic counters */
-    connected = 0;
+    /* ToDo: Reset the service and characteristic counters */
+    /* ToDo: Set state variable to an appropriate value */
 }
 
 /**************************************************************************/