High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: common/BLEInstanceBase.h
- Revision:
- 536:04f829bee2e2
- Parent:
- 529:ccfae9d8e56e
- Child:
- 538:fff02872b62f
--- a/common/BLEInstanceBase.h Fri Jun 19 15:52:08 2015 +0100 +++ b/common/BLEInstanceBase.h Fri Jun 19 15:52:08 2015 +0100 @@ -32,7 +32,6 @@ public: virtual ble_error_t init(void) = 0; virtual ble_error_t shutdown(void) = 0; - virtual ble_error_t reset(void) = 0; virtual const char *getVersion(void) = 0; virtual Gap& getGap() = 0; virtual const Gap& getGap() const = 0;