# stopBlueScan ^5.9.0

停止蓝牙扫描

# 请求参数

  • N/A

# 接口调用示例


this.$bridge
    .stopBlueScan()
    .then(res => {    
    this.$alert(res)
    })
    .catch(err => {
    this.$toast(err)
    })
1
2
3
4
5
6
7
8
9
Prop Type Default Description
messageType String singleBlueStatus H5用来判断消息类型
messageBody Object {} APP传递的JSON对象

TIP

该接口基于mSmart 协议,底层由singleBlueToothModule单蓝牙支持

Last Updated: 3/9/2022, 1:42:52 PM