如何获取蓝牙设置值
事实证明这比我想象的要难。在android的设置中,用户可以选择蓝牙设备来连接手机。如何获取设置值?
我知道我可以获得配对设备的列表,并尝试使用代码连接每个设备。但我想知道是否还有其他方法可以获取设置值。谢谢。
This turns out to be harder than I thought. In settings of android, user can select a bluetooth device for connection to the phone. How can I get the setting value(s)?
I know I can get a list of paired devices and try to connect each device with code. But I wonder if there is any other way to get the setting value. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如何获取默认的蓝牙适配器对象并探索它?
获取默认蓝牙适配器:
用于探索如何使用 BluetoothAdapter 对象的 API:http:// /developer.android.com/reference/android/bluetooth/BluetoothAdapter.html
How about getting default bluetooth adapter object and explore it?
Getting default bluetooth adapter :
API to explore what can you do with BluetoothAdapter object : http://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html
如果您需要任何帮助,请参阅此 URL
以及此处 简单的 Android 和 Java 蓝牙应用程序 和 源代码也。
Refer this URL If you can any Help
And Here Simple Android and Java Bluetooth Application and source code also.