stopLeScan static method

void stopLeScan()

停止扫描 BLE 设备

Implementation

static void stopLeScan() {
  _basicChannel.send({'action': 'stopLeScan'});
}