Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

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 195 of file BLE.h.


Field Documentation

BLE& ble

The ble instance which have events to process.

Definition at line 199 of file BLE.h.