#[repr(C)]pub struct ble_gattc_evt_attr_info_disc_rsp_t__bindgen_ty_1 {
pub attr_info16: __BindgenUnionField<[ble_gattc_attr_info16_t; 0]>,
pub attr_info128: __BindgenUnionField<[ble_gattc_attr_info128_t; 0]>,
pub bindgen_union_field: [u16; 0],
}
Fields§
§attr_info16: __BindgenUnionField<[ble_gattc_attr_info16_t; 0]>
< Attribute information for 16-bit Attribute UUID. @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.
attr_info128: __BindgenUnionField<[ble_gattc_attr_info128_t; 0]>
< Attribute information for 128-bit Attribute UUID. @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.
bindgen_union_field: [u16; 0]