MAX_FRAME_BYTES

const val MAX_FRAME_BYTES: Int = 512(source)

Per-frame ceiling, matching StreamFrameCodec.MAX_TO_FROM_RADIO_SIZE.

Duplicated rather than imported because core:service does not depend on core:network; the stream codec enforces the same number on its own path, and ATT caps BLE at the same value in practice.