stopScan method

void stopScan()

Stops scanning for devices.

Implementation

void stopScan() {
  aidlabManager_.stopScan();
}