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 432 of file gatt/GattCallbackParamTypes.h.
| GattAttribute::Handle_t attHandle | 
Attribute Handle to which the event applies.
Definition at line 442 of file gatt/GattCallbackParamTypes.h.
| ble::connection_handle_t connHandle | 
The handle of the connection that triggered the event.
Definition at line 437 of file gatt/GattCallbackParamTypes.h.