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:
- 347:20be4234c6fe
- Parent:
- 305:71367f7cd078
- Child:
- 357:d4bb5d2b837a
--- a/common/BLEDeviceInstanceBase.h Thu Apr 30 08:37:22 2015 +0100
+++ b/common/BLEDeviceInstanceBase.h Fri May 08 15:35:45 2015 +0100
@@ -30,6 +30,7 @@
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(void) = 0;
virtual ble_error_t setTxPower(int8_t txPower) = 0;
virtual void getPermittedTxPowerValues(const int8_t **, size_t *) = 0;
virtual void waitForEvent(void) = 0;
