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: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: common/BLEDeviceInstanceBase.h
- Revision:
- 519:4af237e9f913
- Parent:
- 518:54731cc463b3
- Child:
- 524:6e97ab392e2a
diff -r 54731cc463b3 -r 4af237e9f913 common/BLEDeviceInstanceBase.h
--- a/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:05 2015 +0100
+++ b/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:05 2015 +0100
@@ -24,12 +24,12 @@
class BLEDeviceInstanceBase
{
public:
+ virtual ble_error_t init(void) = 0;
+ virtual ble_error_t shutdown(void) = 0;
+ virtual ble_error_t reset(void) = 0;
virtual const char *getVersion(void) = 0;
virtual Gap& getGap() = 0;
virtual GattServer& getGattServer() = 0;
- virtual ble_error_t init(void) = 0;
- virtual ble_error_t shutdown(void) = 0;
- virtual ble_error_t reset(void) = 0;
virtual ble_error_t initializeSecurity(bool enableBonding = true,
bool requireMITM = true,
Gap::SecurityIOCapabilities_t iocaps = Gap::IO_CAPS_NONE,
