pub unsafe extern "C" fn otLinkIsEnergyScanInProgress(
    aInstance: *mut otInstance
) -> bool
Expand description

Indicates whether or not an IEEE 802.15.4 Energy Scan is currently in progress.

@param[in] aInstance A pointer to an OpenThread instance.

@returns true if an IEEE 802.15.4 Energy Scan is in progress, false otherwise.