device property

BluetoothDevice device
@$pb.TagNumber(1)

Implementation

@$pb.TagNumber(1)
BluetoothDevice get device => $_getN(0);
void device= (BluetoothDevice v)
@$pb.TagNumber(1)

Implementation

@$pb.TagNumber(1)
set device(BluetoothDevice v) {
  setField(1, v);
}