High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: hw/BLEDevice.h
- Revision:
- 31:2c94f0501807
- Parent:
- 29:011e95ce78b8
- Child:
- 34:da2ea8cd6216
--- a/hw/BLEDevice.h Fri Jan 17 14:25:29 2014 +0000 +++ b/hw/BLEDevice.h Tue Apr 01 11:04:56 2014 +0100 @@ -34,6 +34,7 @@ public: virtual Gap& getGap() = 0; virtual GattServer& getGattServer() = 0; + virtual ble_error_t init() = 0; virtual ble_error_t reset(void) = 0; };