Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| **错误码** | **描述** | **解决方案** |
| --- | --- | --- |
| 1 | 该接口暂不支持IDE。 | 请使用真机调试。 |
| 12 | 蓝牙未打开。 | 引导用户打开系统设置中的蓝牙开关。 |
| 10000 | 未初始化蓝牙适配器。 | 调用 [my.openBluetoothAdapter](https://opendocs.alipay.com/mini/api/kunuy4),进行蓝牙适配器初始化。 |
| 10001 | 当前蓝牙适配器不可用。 | 检查当前设备对 BLE 的支持情况,并开启蓝牙功能。 |
Expand Down