#[repr(C)]pub struct ble_gattc_evt_prim_srvc_disc_rsp_t {
pub count: u16,
pub services: __IncompleteArrayField<ble_gattc_service_t>,
}
Expand description
@brief Event structure for @ref BLE_GATTC_EVT_PRIM_SRVC_DISC_RSP.
Fields§
§count: u16
< Service count.
services: __IncompleteArrayField<ble_gattc_service_t>
< Service 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.