bluetooth property

  1. @TagNumber(3)
BluetoothConnectionStatus get bluetooth

Bluetooth Status

Implementation

@$pb.TagNumber(3)
BluetoothConnectionStatus get bluetooth => $_getN(2);
  1. @TagNumber(3)
set bluetooth (BluetoothConnectionStatus value)

Implementation

@$pb.TagNumber(3)
set bluetooth(BluetoothConnectionStatus value) => $_setField(3, value);