ServerMtuChanged

Event indicating the MTU for a given device connection has changed. This callback will be invoked if a remote client has requested to change the MTU for a given connection.

See also

(https://developer.android.com/reference/android/bluetooth/BluetoothGattServerCallback#onMtuChanged(android.bluetooth.BluetoothDevice,%20int))

Constructors

Link copied to clipboard
constructor(device: ClientDevice, mtu: Int)

Properties

Link copied to clipboard
open override val device: ClientDevice

The remote device that requested the MTU change.

Link copied to clipboard
val mtu: Int

The new MTU size.