stopScan static method

void stopScan()

Implementation

static void stopScan() {
  if (_sdkInitSuccess) {
    _changeState(ClingBleState.disconnect);
  }
}