toProto method

Implementation

BmBluetoothDescriptor toProto() {
  return BmBluetoothDescriptor(
    remoteId: DeviceIdentifier(remoteId.str),
    serviceUuid: serviceUuid,
    characteristicUuid: characteristicUuid,
    descriptorUuid: descriptorUuid,
  );
}