通过蓝牙获取手机操作系统
是否可以通过蓝牙检查手机上是否运行 Android?
Is it possible to check over Bluetooth if Android is running on a mobile phone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以通过蓝牙检查手机上是否运行 Android?
Is it possible to check over Bluetooth if Android is running on a mobile phone?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
由于它是随机/不受信任的设备,因此您必须依赖被动技术和统计分析:
$ sdptool browser
)Since it's a random/untrusted device you'll have to rely on passive techniques and statistical analysis:
$ sdptool browse <Bluetooth MAC>
)蓝牙规范不发送任何 SO 特定信息。当然,您应该以编程方式发送该信息,并且是在连接建立之后。
Bluetooth spec does not send any SO specific information. You should send that info programatically, and after the connection has been stablished, of course.