View Source BlueHeron.ATT.ExchangeMTURequest (blue_heron v0.5.0)
The ATT_EXCHANGE_MTU_REQ PDU is used by the client to inform the server of the client’s maximum receive MTU size and request the server to respond with its maximum receive MTU size.
Bluetooth Spec v5.2, vol 3, Part F, 3.4.2.1
Summary
Types
@type t() :: %BlueHeron.ATT.ExchangeMTURequest{ client_rx_mtu: non_neg_integer(), opcode: term() }