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

Indicates whether the auto-channel-selection functionality for a network channel is enabled or not.

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

@returns TRUE if enabled, FALSE if disabled.