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
Revision 536:04f829bee2e2, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:52:08 2015 +0100
- Parent:
- 535:ef283b2f0c77
- Child:
- 537:00d5affbb2b2
- 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: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;
