Java me:我们可以从打开的从属连接中检索已连接设备的蓝牙地址吗?
以下是发生的典型事件序列:
- 主机设备打开服务(主机设备接受并打开所有传入连接)
- 远程设备连接到主机设备。
- 现在,我们在主机设备上打开了一个从属连接。
在主机设备上,我想知道远程设备的蓝牙地址。
我总是可以将其作为数据从远程传递到主机设备,但是 我可以以某种方式从连接对象中提取它而不需要任何数据传输吗?
提前致谢...
Here is a typical sequence of events that occur :
- Host device opens a service ( Host device accepts and opens all incoming connections)
- A remote device connects to host device.
- Now, we have a slave connection open at host device.
At host device, I want to know the bluetooth address of remote device.
I can always pass it as data from remote to host device, but
can I extract it from connection object somehow without any data transfer?
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想这会对你有帮助
i think this will help you