bleCodec

fun <T> bleCodec(encoder: BleEncoder<T>, decoder: BleDecoder<T>): BleCodec<T>

Combine a standalone BleEncoder and BleDecoder into a BleCodec.