add some includes for types used in BLEDevice
This commit is contained in:
parent
564c53db53
commit
9dc93936fd
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue