设备应用 APIBLEmstStopScan版本:v3.xOn this pagemstStopScanAPI_LEVEL 3.0 开始支持,API 兼容性请参考 API_LEVEL。停止设备扫描,与 mstStartScan 配套使用。类型function mstStopScan(): Result参数Result类型说明boolean函数调用结果,true 表示成功、false 表示失败代码示例import { mstStopScan } from '@zos/ble'mstStopScan()