#[repr(C)]pub struct ble_gattc_evt_char_vals_read_rsp_t {
pub len: u16,
pub values: __IncompleteArrayField<u8>,
}
Expand description
@brief Event structure for @ref BLE_GATTC_EVT_CHAR_VALS_READ_RSP.
Fields§
§len: u16
< Concatenated Attribute values length.
values: __IncompleteArrayField<u8>
< Attribute values. @note This is a variable length array. The size of 1 indicated is only a placeholder for compilation. See @ref sd_ble_evt_get for more information on how to use event structures with variable length array members.