#[repr(C)]pub struct ble_gattc_evt_char_val_by_uuid_read_rsp_t {
pub count: u16,
pub value_len: u16,
pub handle_value: __IncompleteArrayField<u8>,
}
Expand description
@brief Event structure for @ref BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP.
Fields§
§count: u16
< Handle-Value Pair Count.
value_len: u16
< Length of the value in Handle-Value(s) list.
handle_value: __IncompleteArrayField<u8>
< Handle-Value(s) list. To iterate through the list use @ref sd_ble_gattc_evt_char_val_by_uuid_read_rsp_iter. @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.