ditto-lib / live.ditto / DittoKit / stop

stop

fun stop(transports: Set<DittoTransports> = mutableSetOf( DittoTransports.WiFi, DittoTransports.Bluetooth )): Unit

Stop a set of transports from being used by DittoKit to connect to other devices.

Parameters

transports - the set of transports to be stopped.