手机作为蓝牙耳机
我需要我的手机像蓝牙耳机一样工作。 我计划在 Phone 中运行 J2ME 应用程序,使 Phone 作为蓝牙耳机。
知道如何做到这一点吗?
I need my phone to act like a Bluetooth headset.
I am planning to run a J2ME application in Phone to make Phone as Bluetooth Headset.
Any idea how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无法在 J2ME 中完成,因为 蓝牙 API 仅支持 SPP 和 L2CAP(偶尔支持 OBEX)。蓝牙耳机需要耳机配置文件。
Can't be done in J2ME as the Bluetooth API supports only SPP and L2CAP (and occasionally OBEX). Bluetooth headsets require the Headset profile.