pub const SPINEL_PROP_CHANNEL_MANAGER_AUTO_SELECT_ENABLED: _bindgen_ty_24 = 6405;
Expand description
Channel Manager Auto Channel Selection Enabled ** Format ‘b’ *
- Required capability: SPINEL_CAP_CHANNEL_MANAGER
- This property indicates if auto-channel-selection functionality is enabled/disabled on
ChannelManager
. - When enabled,
ChannelManager
will periodically checks and attempts to select a new channel. The period interval - is specified by
SPINEL_PROP_CHANNEL_MANAGER_AUTO_SELECT_INTERVAL
.
*/