fork BLE_API to add update adv payload API
Fork of BLE_API by
Diff: common/BLEDeviceInstanceBase.h
- Revision:
- 514:1fa338281798
- Parent:
- 500:2625510739a6
- Child:
- 518:54731cc463b3
--- a/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:05 2015 +0100 +++ b/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:05 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;