pub unsafe extern "C" fn otPlatRadioGetCoexMetrics(
    aInstance: *mut otInstance,
    aCoexMetrics: *mut otRadioCoexMetrics
) -> otError
Expand description

Get the radio coexistence metrics.

Is used when feature OPENTHREAD_CONFIG_PLATFORM_RADIO_COEX_ENABLE is enabled.

@param[in] aInstance The OpenThread instance structure. @param[out] aCoexMetrics A pointer to the coexistence metrics structure.

@retval OT_ERROR_NONE Successfully retrieved the coex metrics. @retval OT_ERROR_INVALID_ARGS @p aCoexMetrics was NULL.