Rtos API example

Embed: (wiki syntax)

« Back to documentation index

BLE::OnEventsToProcessCallbackContext Struct Reference

BLE::OnEventsToProcessCallbackContext Struct Reference

Events to process event. More...

#include <BLE.h>

Data Fields

BLEble
 The ble instance which have events to process.

Detailed Description

Events to process event.

Instances of OnEventsToProcessCallbackContext are passed to the event handler registered with onEventsToProcess().

Definition at line 191 of file BLE.h.


Field Documentation

BLE& ble

The ble instance which have events to process.

Definition at line 195 of file BLE.h.