High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: common/BLEDeviceInstanceBase.h
- Revision:
- 661:f1c5136ca57c
- Parent:
- 659:5fc41956cbd0
- Child:
- 662:25a8bce7f2e5
--- 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; };