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... | |
Gatt Updates Changed Attribute related events.
Used by onUpdatesEnabled
and 'onUpdatesDisabled'
Definition at line 451 of file gatt/GattCallbackParamTypes.h.
GattAttribute::Handle_t attHandle |
The handle of the CCCD producing the event.
Definition at line 461 of file gatt/GattCallbackParamTypes.h.
GattAttribute::Handle_t charHandle |
The value handle of the characteristic containing the CCCD.
Definition at line 466 of file gatt/GattCallbackParamTypes.h.
ble::connection_handle_t connHandle |
The handle of the connection that triggered the event.
Definition at line 456 of file gatt/GattCallbackParamTypes.h.