requestMtu

suspend fun Flow<Device?>.requestMtu(mtu: MTU): Boolean

Attempts to request a MTU size for the Device from a Flow of Device When this method completes, the devices should have had ConnectableDeviceState.Connected.requestMtu called

Return

if true the new MTU value has been requested successfully

Parameters

mtu

the MTU size to request