同时具有蓝牙、网络和电话功能?
我正在开发一个系统,想要一部可以在该系统中运行的Android手机。
我想知道 Android 应用程序是否可以同时执行这三件事
1) 使用 SPP 配置文件从蓝牙设备接收数据。
2) 通过网络(非 WIFI)将数据(从蓝牙设备接收)发送到 IP 地址
3) 当应用程序在后台运行时拨打电话。
假设网络同时支持语音和数据,并且智能手机具有蓝牙功能。
这样的app能实现吗?
谢谢
I am developing a system and want an Android phone working in the system.
I am wondering if a Android app can do these three things at the same time
1) Reveiving data from a Bluetooth device using SPP profile.
2) Send the data (reveived from the Bluetooth device) to an IP address visa the network (not WIFI)
3) Make a phone call when the app is running in the background.
Assume the network supports the voice and data at the same time and the smart phone has the Bluetooth function.
If this kind of app is realizable?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的 - 你可以。
即使电话呼叫是通过蓝牙耳机连接通过蓝牙处理的,也可以同时执行所有这些操作
YES - you can.
Even if the phone call is handled by Bluetooth via a Bluetooth Headset connection , it is possible to do all this simultaneously