MtuChanged

data class MtuChanged(val mtu: Int) : BleBackendEvent(source)

Constructors

Link copied to clipboard
constructor(mtu: Int)

Properties

Link copied to clipboard
val mtu: Int