|
dragoon
4383
|
Event structure for BLE_GATTC_EVT_WRITE_RSP. More...
#include <ble_gattc.h>
Data Fields | |
| uint16_t | handle |
| uint8_t | write_op |
| uint16_t | offset |
| uint16_t | len |
| uint8_t | data [1] |
Event structure for BLE_GATTC_EVT_WRITE_RSP.
Definition at line 284 of file ble_gattc.h.
| uint8_t ble_gattc_evt_write_rsp_t::data[1] |
Data.
Definition at line 290 of file ble_gattc.h.
| uint16_t ble_gattc_evt_write_rsp_t::handle |
Attribute Handle.
Definition at line 286 of file ble_gattc.h.
| uint16_t ble_gattc_evt_write_rsp_t::len |
Data length.
Definition at line 289 of file ble_gattc.h.
| uint16_t ble_gattc_evt_write_rsp_t::offset |
Data offset.
Definition at line 288 of file ble_gattc.h.
| uint8_t ble_gattc_evt_write_rsp_t::write_op |
Type of write operation, see GATT Write operations.
Definition at line 287 of file ble_gattc.h.