pub unsafe extern "C" fn otPlatRadioEnergyScanDone(
aInstance: *mut otInstance,
aEnergyScanMaxRssi: i8,
)
Expand description
The radio driver calls this method to notify OpenThread that the energy scan is complete.
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.