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
如何实现按照信号强度排序?
The text was updated successfully, but these errors were encountered:
扫描回调 public void onBLEDeviceScan(BLEScanResult device, int rssi) rssi即表示信号值,一般为 负数。数值越大表示信号越强,可以自己在list里面排序。 BLEScanResult里面也有rssi对应的属性
Sorry, something went wrong.
怎么获取蓝牙Notify推送过来的数据
使用addNotifyOrIndicateOperation打开通知,数据会在onReceivedValue里接收
No branches or pull requests
如何实现按照信号强度排序?
The text was updated successfully, but these errors were encountered: