We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否为新品(必填) 新品
关联的产品model com.oms.lock.dl01
项目ID(必填) 无
用户ID(必填) 1495617830
企业名称(必填) 欧菲光
环境(必填)
现象(必填) 通过characteristics的write方法在写数据时,总是在catch中报‘REQUEST_FAILED’错误
期望(必填) 1、在write时,报错信息REQUEST_FAILED错在哪里。看米家日志有报errcode:200404。 2、如何解决问题
其他的上下文/日志/截图 日志是调用write方法后的内容
尝试过的解决办法 1、write方法的参数分别用全大写 or 全小写 的16进制字符串,结果均报错。 2、尝试先调用特征值的notify(true)方法,再write,结果依然失败。 3、我们的设备端蓝牙开发人员未收到相关信息。但采用app的开门方法(Device.getBluetoothLE().securityLock.toggle)可以开门。 4、尝试断开蓝牙设备连接->重新连接设备->发现自定义服务->发现自定义特征值->通过自定义的特征值重新调用write方法,多次尝试依然失败。
不要贴大段代码❗️
The text was updated successfully, but these errors were encountered:
No branches or pull requests
是否为新品(必填)
新品
关联的产品model
com.oms.lock.dl01
项目ID(必填)
无
用户ID(必填)
1495617830
企业名称(必填)
欧菲光
环境(必填)
现象(必填)
通过characteristics的write方法在写数据时,总是在catch中报‘REQUEST_FAILED’错误
期望(必填)
1、在write时,报错信息REQUEST_FAILED错在哪里。看米家日志有报errcode:200404。
2、如何解决问题
其他的上下文/日志/截图
日志是调用write方法后的内容
尝试过的解决办法
1、write方法的参数分别用全大写 or 全小写 的16进制字符串,结果均报错。
2、尝试先调用特征值的notify(true)方法,再write,结果依然失败。
3、我们的设备端蓝牙开发人员未收到相关信息。但采用app的开门方法(Device.getBluetoothLE().securityLock.toggle)可以开门。
4、尝试断开蓝牙设备连接->重新连接设备->发现自定义服务->发现自定义特征值->通过自定义的特征值重新调用write方法,多次尝试依然失败。
不要贴大段代码❗️
The text was updated successfully, but these errors were encountered: