ServerMtuChanged
data class ServerMtuChanged(val device: ClientDevice, val mtu: Int) : ServerGattEvent.GattClientConnectionEvent
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))