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