pub unsafe extern "C" fn otThreadGetAdvertisementTrickleIntervalMax(
aInstance: *mut otInstance,
) -> u32
Expand description
Gets the current Interval Max value used by Advertisement trickle timer.
This API requires OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE
, and is intended for testing only.
@returns The Interval Max of Advertisement trickle timer in milliseconds.