pub unsafe extern "C" fn otCommissionerStop(
aInstance: *mut otInstance,
) -> otError
Expand description
Disables the Thread Commissioner role.
@param[in] aInstance A pointer to an OpenThread instance.
@retval OT_ERROR_NONE Successfully stopped the Commissioner service. @retval OT_ERROR_ALREADY Commissioner is already stopped.