High level Bluetooth Low Energy API and radio abstraction layer

Fork of BLE_API by Bluetooth Low Energy

Revision:
529:ccfae9d8e56e
Parent:
528:8d21604fe31d
Child:
536:04f829bee2e2
--- a/common/BLEInstanceBase.h	Fri Jun 19 15:52:07 2015 +0100
+++ b/common/BLEInstanceBase.h	Fri Jun 19 15:52:07 2015 +0100
@@ -35,6 +35,7 @@
     virtual ble_error_t reset(void)                = 0;
     virtual const char *getVersion(void)           = 0;
     virtual Gap&        getGap()                   = 0;
+    virtual const Gap&  getGap() const             = 0;
     virtual GattServer& getGattServer()            = 0;
     virtual GattClient& getGattClient()            = 0;
     virtual ble_error_t initializeSecurity(bool                          enableBonding = true,