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

Gatt Updates Changed 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
 The handle of the CCCD producing the event. More...
 
GattAttribute::Handle_t charHandle
 The value handle of the characteristic containing the CCCD
More...
 

Detailed Description

Gatt Updates Changed Attribute related events.

Used by onUpdatesEnabled and 'onUpdatesDisabled'

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

Field Documentation

◆ connHandle

The handle of the connection that triggered the event.

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

◆ attHandle

The handle of the CCCD producing the event.

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

◆ charHandle

The value handle of the characteristic containing the CCCD

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