javax.bluetooth.BluetoothException:无法切换主设备
我想编写蓝牙基础应用程序,用于在两个设备之间发送和接收字符串。我有问题。我从设备 A 发送字符串,设备 B 接收它,但是当我尝试从设备 B 向 A 发送答案时,我收到此通知程序:
javax.bluetooth.BluetoothException:无法切换主设备
,因为这部分代码:
StreamConnection conn =(StreamConnection) Connector.open(connString);
现在我应该做什么来解决这个问题?
谢谢
i want to write bluetooth base app for send and recive string between two device . i have problem . i send string from device A and device B recive it but when i try to send answer from device B to A i get this notifier :
javax.bluetooth.BluetoothExeption: unable to swithc master
it is becouse this part of code :
StreamConnection conn =(StreamConnection) Connector.open(connString);
now what should i do for slove this probleam ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
客户端类:
}
服务器类:
}
和 midlet:
Client class :
}
Server Class :
}
and midlet :