High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

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;