蓝牙设置+ android

时间:2011-11-24 12:33:47

标签: android bluetooth settings

在我的应用程序中我需要检查设备是否可被发现,并且开启或关闭了bletooth我应用了这样的代码

bluetoothenable=Settings.Secure.getInt(myContext.getContentResolver(),
android.provider.Settings.Secure.BLUETOOTH_ON);

在设置中我检查蓝牙但是可发现时,它给出了真正的价值 我添加此代码

bluetooth=Settings.System.getInt(myContext.getContentResolver(),
android.provider.Settings.System.BLUETOOTH_DISCOVERABILITY);

它给我设置未找到异常,而不是我查看的任何值 android.provider.Settings.System它会出现此错误如果我们无法读取设置值 android.provider.Settings.System

1 个答案:

答案 0 :(得分:1)

您可以设置BluetoothAdapter。使用此适配器,您可以获得isEnabled()和getScanMode()