isBluetooth method

bool isBluetooth()

Implementation

bool isBluetooth() {
  return _type == SetupType.bluetooth;
}