bluetooth property
Bluetooth Status
Implementation
@$pb.TagNumber(3)
BluetoothConnectionStatus get bluetooth => $_getN(2);
Implementation
@$pb.TagNumber(3)
set bluetooth(BluetoothConnectionStatus value) => $_setField(3, value);
Bluetooth Status
@$pb.TagNumber(3)
BluetoothConnectionStatus get bluetooth => $_getN(2);
@$pb.TagNumber(3)
set bluetooth(BluetoothConnectionStatus value) => $_setField(3, value);