Mbed OS Reference
Loading...
Searching...
No Matches
BLE::OnEventsToProcessCallbackContext Struct Reference

Events to process event. More...

#include <BLE.h>

Data Fields

BLEble
 The ble instance which have events to process. More...
 

Detailed Description

Events to process event.

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

Definition at line 211 of file BLE.h.

Field Documentation

◆ ble

BLE& ble

The ble instance which have events to process.

Definition at line 215 of file BLE.h.