MtuRequest

data class MtuRequest(val device: BluetoothDevice, val mtu: Int) : BleClientOperation

Request for an MTU of mtu

Constructors

Link copied to clipboard
fun MtuRequest(device: BluetoothDevice, mtu: Int)

Properties

Link copied to clipboard
open override val device: BluetoothDevice
Link copied to clipboard
val mtu: Int