High level Bluetooth Low Energy API and radio abstraction layer

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more

Embed: (wiki syntax)

« Back to documentation index

BLE::OnEventsToProcessCallbackContext Struct Reference

BLE::OnEventsToProcessCallbackContext Struct Reference

Parameters provided to the callback registered by onEventsToProcess when there is events to process. More...

#include <BLE.h>

Data Fields

BLEble
 The ble instance which have events to process.

Detailed Description

Parameters provided to the callback registered by onEventsToProcess when there is events to process.

Definition at line 49 of file BLE.h.


Field Documentation

BLE& ble

The ble instance which have events to process.

Definition at line 53 of file BLE.h.