High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: common/BLEDeviceInstanceBase.h
- Revision:
- 659:5fc41956cbd0
- Parent:
- 645:21ae925832f7
- Child:
- 661:f1c5136ca57c
--- a/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:59 2015 +0100 +++ b/common/BLEDeviceInstanceBase.h Fri Jun 19 15:53:00 2015 +0100 @@ -17,12 +17,6 @@ #ifndef __BLE_DEVICE_INSTANCE_BASE__ #define __BLE_DEVICE_INSTANCE_BASE__ -#include "Gap.h" - -/* forward declarations */ -class GattServer; -class GattClient; - /** * The interface for the transport object to be created by the target library's * createBLEDeviceInstance(). @@ -33,8 +27,6 @@ virtual const char *getVersion(void) = 0; virtual Gap& getGap() = 0; virtual GattServer& getGattServer() = 0; - virtual GattClient& getGattClient() = 0; - virtual ble_error_t init(void) = 0; virtual ble_error_t shutdown(void) = 0; virtual ble_error_t reset(void) = 0;