1.add <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> to the manifest.xml
2.add <uses-permission android:name="android.permission.BLUETOOTH" /> permission to the manifest.xml. you can not access paired bluetooth devices list
3.both (a) and (b)
4.None of the above