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.
Fork of BLE_API by
Diff: common/BLEDeviceInstanceBase.h
- Revision:
- 518:54731cc463b3
- Parent:
- 514:1fa338281798
- Child:
- 519:4af237e9f913
diff -r 3c8170ac2a7f -r 54731cc463b3 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
@@ -34,8 +34,6 @@
bool requireMITM = true,
Gap::SecurityIOCapabilities_t iocaps = Gap::IO_CAPS_NONE,
const Gap::Passkey_t passkey = NULL) = 0;
- virtual ble_error_t setTxPower(int8_t txPower) = 0;
- virtual void getPermittedTxPowerValues(const int8_t **, size_t *) = 0;
virtual void waitForEvent(void) = 0;
};

