isLE property

bool isLE

Implementation

bool get isLE {
  if (Platform.isIOS) return true;
  return androidType == BluetoothAndroidDeviceType.le || androidType == BluetoothAndroidDeviceType.dual;
}