pub unsafe extern "C" fn otChannelManagerSetCcaFailureRateThreshold(
aInstance: *mut otInstance,
aThreshold: u16,
)
Expand description
Sets the CCA failure rate threshold.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aThreshold A CCA failure rate threshold. Value 0 maps to 0% and 0xffff maps to 100%.