incoming

fun <T> L2capChannel.incoming(decoder: BleDecoder<T>): Flow<T>

Decode each incoming L2CAP packet into a typed value.