setupWithBluetooth method

void setupWithBluetooth()

Implementation

void setupWithBluetooth() {
  _type = SetupType.bluetooth;
  _deviceId = null;
}