BleByteWriter
Little-endian byte builder for constructing BLE characteristic payloads.
Symmetric counterpart to BleByteReader: same backing storage strategy (raw ByteArray + cursor), same little-endian semantics, same strict range validation. Designed to be created, written to linearly, and finalized with toByteArray within a single pure encode function.
Not thread-safe.