High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: common/BLEDeviceInstanceBase.h
- Revision:
- 489:eb4427171ae0
- Parent:
- 357:d4bb5d2b837a
- Child:
- 490:58a0313fffb5
--- a/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:02 2015 +0100 +++ b/common/BLEDeviceInstanceBase.h Fri Jun 19 15:52:02 2015 +0100 @@ -17,6 +17,9 @@ #ifndef __BLE_DEVICE_INSTANCE_BASE__ #define __BLE_DEVICE_INSTANCE_BASE__ +#include "Gap.h" +#include "GattServer.h" + /** * The interface for the transport object to be created by the target library's * createBLEDeviceInstance().