mtu

fun Flow<ConnectableDevice?>.mtu(): Flow<Int?>

Gets the (Flow of) the MTU from a Flow of ConnectableDevice

Return

the Flow of MTU associated with the ConnectableDevice in the given Flow


fun ConnectableDevice.mtu(): Flow<Int?>

Gets the (Flow of) the MTU from a ConnectableDevice

Return

the Flow of MTU associated with the ConnectableDevice