BluetoothDescriptor.fromProto constructor

BluetoothDescriptor.fromProto(
  1. BmBluetoothDescriptor p
)

Implementation

BluetoothDescriptor.fromProto(BmBluetoothDescriptor p)
    : remoteId = p.remoteId,
      serviceUuid = p.serviceUuid,
      characteristicUuid = p.characteristicUuid,
      descriptorUuid = p.descriptorUuid;