-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
RxBle.writeChar如何设置写入模式以及数据写入失败问题 #29
Comments
作者跟我说,iOS是默认withOutRespone的,(我自己没试过)。 |
您那边有遇到数据一直写入失败的情况吗? |
出现过,给作者提了issue之后就换flutter_blue了,后面我就没测试了
发自我的小米手机
在 yiguozhen <[email protected]>,2019年11月14日 上午11:22写道:
您那边有遇到数据一直写入失败的情况吗?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#29?email_source=notifications&email_token=AIR3F46QW5BDBB2BZTPOYKTQTS75TA5CNFSM4JMWCJ6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEAOHLY#issuecomment-553706415>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIR3F46DF7VXULHJYX6QERTQTS75TANCNFSM4JMWCJ6A>.
|
func writeChar(call: FlutterMethodCall, result: @escaping FlutterResult) throws {
源码中一直使用 withResponse 对于一些情况会会导致写入数据失败 |
1.在使用RxBle.writeChar方法时,Android在使用时可以设置写入的模式,“writeWithNoResponse” '"writeWithResponse",但是RxBle并没有找到这个方法,有哪位大神知道这个问题怎么解决吗?
2.在使用RxBle.writeChar写入数据时,数据一直写入不成功,同时也没有返回值,希望大神能提供一下思路,跪谢!!!
The text was updated successfully, but these errors were encountered: