读取低功耗蓝牙设备的特征值的二进制数据值失败?
如图所示,蓝牙设备特征值的 uuid能读取得到,但是通过这些uuid无法读取特征值的二进制数据值。请问这是什么原因?谢谢
5 回复
蓝牙错误码(errCode)列表
错误码 | 说明 | 备注 |
---|---|---|
0 | ok | 正常 |
10000 | not init | 未初始化蓝牙适配器 |
10001 | not available | 当前蓝牙适配器不可用 |
10002 | no device | 没有找到指定设备 |
10003 | connection fail | 连接失败 |
10004 | no service | 没有找到指定服务 |
10005 | no characteristic | 没有找到指定特征值 |
10006 | no connection | 当前连接已断开 |
10007 | property not support | 当前特征值不支持此操作 |
10008 | system error | 其余所有系统上报的异常 |
10009 | system not support | Android 系统特有,系统版本低于 4.3 不支持BLE |
10010 | no descriptor | 没有找到指定描述符 |
没有找到指定特征值,可以确定下传参是否正确