[][src]Function openthread_sys::otPlatRadioEnergyScanDone

pub unsafe extern "C" fn otPlatRadioEnergyScanDone(
    aInstance: *mut otInstance,
    aEnergyScanMaxRssi: i8
)

The radio driver calls this method to notify OpenThread that the energy scan is complete.

This function is used when radio provides OT_RADIO_CAPS_ENERGY_SCAN capability.

@param[in] aInstance The OpenThread instance structure. @param[in] aEnergyScanMaxRssi The maximum RSSI encountered on the scanned channel.