Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.
Fork of BLE_API by
Diff: common/BLEDeviceInstanceBase.h
- Revision:
- 305:71367f7cd078
- Parent:
- 230:2c414d3240a8
- Child:
- 347:20be4234c6fe
--- a/common/BLEDeviceInstanceBase.h Mon Mar 02 11:50:48 2015 +0000 +++ b/common/BLEDeviceInstanceBase.h Mon Mar 02 11:50:48 2015 +0000 @@ -31,6 +31,7 @@ virtual ble_error_t shutdown(void) = 0; virtual ble_error_t reset(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; };