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
mServiceUuids 与 mServiceData 绝大多数情况都是空的,其实是有广播包数据的
[mAdvertiseFlags=-1, mServiceUuids=null, mManufacturerSpecificData={3604=[0, 7, 0, 6, 18, 52, 86, 120, -118, 55, 0, 0]}, mServiceData=null, mTxPowerLevel=-2147483648, mDeviceName=null]
还有write read notify都不支持并发操作,只能单个执行,上一个操作完成后,才能进行下一个操作,如多次连续调用write操作,只能等上一个操作成功或失败后,才能下一次write操作
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mServiceUuids 与 mServiceData 绝大多数情况都是空的,其实是有广播包数据的
[mAdvertiseFlags=-1, mServiceUuids=null, mManufacturerSpecificData={3604=[0, 7, 0, 6, 18, 52, 86, 120, -118, 55, 0, 0]}, mServiceData=null, mTxPowerLevel=-2147483648, mDeviceName=null]
还有write read notify都不支持并发操作,只能单个执行,上一个操作完成后,才能进行下一个操作,如多次连续调用write操作,只能等上一个操作成功或失败后,才能下一次write操作
The text was updated successfully, but these errors were encountered: