add some includes for types used in BLEDevice

This commit is contained in:
Rohit Grover 2015-05-20 10:17:57 +01:00
parent 564c53db53
commit 9dc93936fd

View file

@ -20,9 +20,13 @@
#include "blecommon.h"
#include "Gap.h"
#include "GattServer.h"
#include "GapScanningParams.h"
#include "BLEDeviceInstanceBase.h"
#include "GapAdvertisingData.h"
#include "GapAdvertisingParams.h"
#include "GapScanningParams.h"
/**
* The base class used to abstract away BLE capable radio transceivers or SOCs,
* to enable this BLE API to work with any radio transparently.