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/BLEInstanceBase.h
- Revision:
- 536:04f829bee2e2
- Parent:
- 529:ccfae9d8e56e
- Child:
- 538:fff02872b62f
diff -r ef283b2f0c77 -r 04f829bee2e2 common/BLEInstanceBase.h --- 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;