RemoteGattServerRequestMtu Method

Request the maximum transmission unit (MTU) size.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public bool RequestMtu(
	int mtu
)

Parameters

mtu  Int32
mtu size from 0 to 512

Return Value

Boolean
true if succesful.

Remarks

Currently supported only on Android.

See Also