rawFrameFlow

open val rawFrameFlow: Flow<ByteArray>(source)

Flow that emits every raw BLE characteristic notification received by this protocol, as a defensive copy of the original byte array. Collectors can use this to write raw logs or perform any custom processing on the unmodified BLE data.

The default implementation emits nothing; concrete protocols override this to provide a live stream of incoming bytes.