Mbed OS Reference
Loading...
Searching...
No Matches
GattDataSentCallbackParams Struct Reference

Gatt Data Sent Attribute related events. More...

#include <GattCallbackParamTypes.h>

Data Fields

ble::connection_handle_t connHandle
 The handle of the connection that triggered the event. More...
 
GattAttribute::Handle_t attHandle
 Attribute Handle to which the event applies. More...
 

Detailed Description

Gatt Data Sent Attribute related events.

Used by onDataSent

Definition at line 432 of file gatt/GattCallbackParamTypes.h.

Field Documentation

◆ connHandle

The handle of the connection that triggered the event.

Definition at line 437 of file gatt/GattCallbackParamTypes.h.

◆ attHandle

Attribute Handle to which the event applies.

Definition at line 442 of file gatt/GattCallbackParamTypes.h.