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... | |
Gatt Data Sent Attribute related events.
Used by onDataSent
Definition at line 392 of file gatt/GattCallbackParamTypes.h.
GattAttribute::Handle_t attHandle |
Attribute Handle to which the event applies.
Definition at line 402 of file gatt/GattCallbackParamTypes.h.
ble::connection_handle_t connHandle |
The handle of the connection that triggered the event.
Definition at line 397 of file gatt/GattCallbackParamTypes.h.