#include "ble/BLE.h"
#include "ble/Gap.h"
#include "ble/SecurityManager.h"
#include "ble/GattServer.h"
#include "ble/GattClient.h"
Go to the source code of this file.
Data Structures | |
class | BLEInstanceBase |
Private interface used to implement the BLE class. More... | |
Functions | |
BLEInstanceBase * | createBLEInstance (void) |
Return the instance of the vendor implementation of BLEInstanceBase. More... | |