BLE_API

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.