pub unsafe extern "C" fn otChannelManagerGetAutoChannelSelectionEnabled(
aInstance: *mut otInstance,
) -> boolExpand description
This function indicates whether the auto-channel-selection functionality is enabled or not.
@param[in] aInstance A pointer to an OpenThread instance.
@returns TRUE if enabled, FALSE if disabled.