目录
兼容性:企业微信
根据 uuid 获取处于已连接状态的设备。
ww.getConnectedBluetoothDevices({
services: ['FEE7']
})
属性 | 类型 | 默认值 | 必填 | 说明 | 最低版本 | |
---|---|---|---|---|---|---|
services | string[] | 是 | 蓝牙设备主 service 的 uuid 列表 | |||
success | Function | 否 | 成功回调 | |||
fail | Function | 否 | 失败回调 | |||
cancel | Function | 否 | 取消回调 | |||
complete | Function | 否 | 完成回调 |
Promise<Object>
属性 | 类型 | 默认值 | 必填 | 说明 | 最低版本 | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
errMsg | string | 是 | 通用错误信息 | ||||||||||||||||||||||||
errCode | number | 是 | 通用错误码 | ||||||||||||||||||||||||
devices | Object[] | 是 | 搜索到的设备列表 | ||||||||||||||||||||||||
|