#[repr(C)]pub struct ble_gattc_evt_char_disc_rsp_t {
pub count: u16,
pub chars: __IncompleteArrayField<ble_gattc_char_t>,
}
Expand description
@brief Event structure for @ref BLE_GATTC_EVT_CHAR_DISC_RSP.
Fields§
§count: u16
< Characteristic count.
chars: __IncompleteArrayField<ble_gattc_char_t>
< Characteristic data. @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.