如何获取蓝牙设置值

发布于 2024-12-13 13:03:36 字数 120 浏览 2 评论 0原文

事实证明这比我想象的要难。在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜血缘 2024-12-20 13:03:36

如何获取默认的蓝牙适配器对象并探索它?

获取默认蓝牙适配器:

BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter();

用于探索如何使用 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 :

BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter();

API to explore what can you do with BluetoothAdapter object : http://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html

才能让你更想念 2024-12-20 13:03:36

如果您需要任何帮助,请参阅此 URL

以及此处 简单的 Android 和 Java 蓝牙应用程序源代码也。

Refer this URL If you can any Help

And Here Simple Android and Java Bluetooth Application and source code also.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文