MTUFailure

data class MTUFailure(val mtu: MTU, val error: GattResponse.Error) : GattResponse.MTUError

A MTUError indicating an Error occurred while performing the MTU request

Constructors

Link copied to clipboard
constructor(mtu: MTU, error: GattResponse.Error)

Properties

Link copied to clipboard

the Error that occurred

Link copied to clipboard
open override val mtu: MTU

the MTU of the connection

Link copied to clipboard
open override val statusCode: Int

The status code matching the code of the Bluetooth Specification