Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more
Diff: common/BLEInstanceBase.h
- Revision:
- 529:ccfae9d8e56e
- Parent:
- 528:8d21604fe31d
- Child:
- 536:04f829bee2e2
diff -r 8d21604fe31d -r ccfae9d8e56e common/BLEInstanceBase.h
--- 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,