EL4121 Embedded System / mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

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.