In android, we can disable or turn off Bluetooth just by invoking a BluetoothAdapter method disable() . Following is the code snippet to disable or turn off Bluetooth in android applications using disable() function. BluetoothAdapter bAdapter = BluetoothAdapter.
Read moreHow do I find out which app is using Bluetooth?
Try to find the ‘Nearby Bluetooth devices’ option or simply the ‘Bluetooth’ option and tap on it . 5. All apps that are currently accessing the Bluetooth on your smartphone will show up here. 6.
Read moreHow do I turn off Bluetooth permission?
Nearby Bluetooth devices: Apps can discover and connect to nearby devices. Learn how Nearby works. Phone: Make and manage phone calls.
Read moreHow do I request permission in Android 12?
Request both ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION . In the dialog that appears, select Precise and either While using the app or Only this time near the bottom. Navigate to your app’s permissions screen in system settings. On the location permission screen, turn off Precise location.
Read more