updateReconnectionSettings
abstract fun updateReconnectionSettings(reconnectionSettings: ConnectionSettings.ReconnectionSettings): suspend () -> ConnectableDeviceState.Connected
Transitions into a Connected state where the the Connected.reconnectionSettings have been updated to reconnectionSettings
Return
a transition into a Connected state with the new ConnectionSettings.ReconnectionSettings
Parameters
reconnectionSettings
the ConnectionSettings.ReconnectionSettings to update to