- mtu
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Request an MTU size used for a given connection.
When performing a write request operation (write without response), the data sent is truncated to the MTU size. This function may be used to request a larger MTU size to be able to send more data at once.
A BluetoothGattCallback.OnMtuChanged(BluetoothGatt, System.Int32, System.Int32) callback will indicate whether this operation was successful.
Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BLUETOOTH permission.