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:
- 661:f1c5136ca57c
- Parent:
- 659:5fc41956cbd0
- Child:
- 662:25a8bce7f2e5
diff -r 9d73254fd76b -r f1c5136ca57c common/BLEDeviceInstanceBase.h
--- a/common/BLEDeviceInstanceBase.h Fri Jun 19 15:53:00 2015 +0100
+++ b/common/BLEDeviceInstanceBase.h Fri Jun 19 15:53:00 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;
};
