Microbug / BLE_API

Fork of BLE_API by Bluetooth Low Energy

Revision:
73:eeb1ac3545e9
Parent:
63:653378e782ea
Child:
75:d08bdef22500
--- a/hw/Gap.h	Fri Jun 06 11:08:32 2014 +0100
+++ b/hw/Gap.h	Fri Jun 06 11:17:37 2014 +0100
@@ -90,6 +90,10 @@
         }
     }
 
+    GapState_t getState(void) const {
+        return state;
+    }
+
 protected:
     Gap() :
         state(),