Struct nrf_softdevice_s113::ble_evt_t
source · #[repr(C)]pub struct ble_evt_t {
pub header: ble_evt_hdr_t,
pub evt: ble_evt_t__bindgen_ty_1,
}
Expand description
@brief Common BLE Event type, wrapping the module specific event reports.
Fields§
§header: ble_evt_hdr_t
< Event header.
evt: ble_evt_t__bindgen_ty_1
< Event union.