android 蓝牙配对请求
你能帮我吗?如何检查用户是否拒绝蓝牙配对请求?
Could you help me? How could I check if user denyed bluetooth pairing request?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
你能帮我吗?如何检查用户是否拒绝蓝牙配对请求?
Could you help me? How could I check if user denyed bluetooth pairing request?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
一旦用户按下蓝牙配对请求屏幕上的“取消”,
就立即采取行动
被触发,并在其中与 int key 捆绑
具有价值
例如,为操作注册广播接收器后,获取如下 int 值。
然后您就会知道用户是否在配对屏幕上按下了取消。
As soon as the user press Cancel on the Bluetooth Pairing Request Screen,
intent with action
is fired, and inside it, bundle with int key
has value
For example, after registering broadcast receiver for the action, get int value like below.
Then you will know if user pressed cancel on the pairing screen.
你现在不能轻易做到。因为平台对您隐藏了这一点,所以唯一的选择是检查之前和之后的绑定设备列表
you can't easily right now. Because the platform hides this from you the only option is to check the bonded devices list before and after