通过蓝牙连接点检仪
APP最低版本: 4.11.0
| 属性 | 类型 | 含义 | 默认 | 必须 | APP版本 |
|---|---|---|---|---|---|
| BTAddress | string | 需要连接的设备蓝牙地址 | 是 |
| 属性 | 类型 | 含义 | APP版本 |
|---|---|---|---|
| code | string | 200:成功 | 404:失败 | |
| msg | string | 响应信息 | |
| data | Data | 响应数据 |
| 属性 | 类型 | 含义 | APP版本 |
|---|---|---|---|
| connectId | string | 连接id |
import { connectAS100ByBluetooth } from '@suplink/jssdk';
connectAS100ByBluetooth().then((res) => console.log(res))