High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 679:1077054ea7df, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:53:02 2015 +0100
- Parent:
- 678:783e390717b4
- Child:
- 680:dabce2969adf
- Commit message:
- Synchronized with git rev 7d4f3584
Author: Rohit Grover
drop reset() from BLEInstanceBase.h
Changed in this revision
common/BLEInstanceBase.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/common/BLEInstanceBase.h Fri Jun 19 15:53:02 2015 +0100 +++ b/common/BLEInstanceBase.h Fri Jun 19 15:53:02 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;