dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gattc_evt_read_rsp_t Struct Reference

Event structure for BLE_GATTC_EVT_READ_RSP. More...

#include <ble_gattc.h>

Data Fields

uint16_t handle
 
uint16_t offset
 
uint16_t len
 
uint8_t data [1]
 

Detailed Description

Event structure for BLE_GATTC_EVT_READ_RSP.

Definition at line 266 of file ble_gattc.h.

Field Documentation

uint8_t ble_gattc_evt_read_rsp_t::data[1]

Attribute data.

Note
This is a variable length array. The size of 1 indicated is only a placeholder for compilation. See sd_ble_evt_get for more information on how to use event structures with variable length array members.

Definition at line 271 of file ble_gattc.h.

uint16_t ble_gattc_evt_read_rsp_t::handle

Attribute Handle.

Definition at line 268 of file ble_gattc.h.

uint16_t ble_gattc_evt_read_rsp_t::len

Attribute data length.

Definition at line 270 of file ble_gattc.h.

uint16_t ble_gattc_evt_read_rsp_t::offset

Offset of the attribute data.

Definition at line 269 of file ble_gattc.h.


The documentation for this struct was generated from the following file: