蓝牙插座连接
我正在创建一个使用 Android 通过蓝牙发送和接收数据的应用程序。但我在创建套接字时遇到问题。他陷入了 mmSocket btserver.accept = (); 行中而且我无法与任何设备配对。
我还有一个疑问,我可以与android和symbian进行通信吗?
I'm creating an application that uses an android to send and receive data via bluetooth. but I'm having problems when creating the socket. He gets caught in that line mmSocket btserver.accept = (); And I can not pair with any device.
I have another doubt, I can make that communication with an android and a symbian?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
代码如下。他找到了设备,但没有打开通信套接字。
The code is below. He finds devices but does not open the communication socket.