stopScan static method

void stopScan()

Stops the ongoing scan.

Implementation

static void stopScan() {
  MdsImpl().stopScan();
}