fork BLE_API to add update adv payload API
Fork of BLE_API by
Diff: common/BLEDeviceInstanceBase.h
- Revision:
- 500:2625510739a6
- Parent:
- 490:58a0313fffb5
- Child:
- 514:1fa338281798
--- a/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:03 2015 +0100 +++ b/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:03 2015 +0100 @@ -18,8 +18,10 @@ #define __BLE_DEVICE_INSTANCE_BASE__ #include "Gap.h" -#include "GattServer.h" -#include "GattClient.h" + +/* forward declarations */ +class GattServer; +class GattClient; /** * The interface for the transport object to be created by the target library's