cst_encode_b_characteristic method
Implementation
@protected
JSAny cst_encode_b_characteristic(BCharacteristic raw) {
// Codec=Cst (C-struct based), see doc to use other codecs
return [cst_encode_Uuid(raw.uuid), cst_encode_Uuid(raw.serviceUuid)]
.jsify()!;
}