DEFAULT_MTU

const val DEFAULT_MTU: Int = 23

Default MTU (Maximum Transmission Unit) size in bytes.

This value (23 bytes) is the default BLE MTU as defined in the Bluetooth Low Energy specification. The effective payload size after ATT protocol overhead is 20 bytes.

This is the guaranteed minimum MTU supported by all BLE devices.

See also