bluetooth property

  1. @TagNumber(7)
Config_BluetoothConfig get bluetooth

The part of the config that is specific to the Bluetooth settings

Implementation

@$pb.TagNumber(7)
$0.Config_BluetoothConfig get bluetooth => $_getN(6);
  1. @TagNumber(7)
set bluetooth (Config_BluetoothConfig value)

Implementation

@$pb.TagNumber(7)
set bluetooth($0.Config_BluetoothConfig value) => $_setField(7, value);