ADB Concepts : How to “Enable/Disable Bluetooth” on the Android Device by using ‘ADB Commands’

Get a step-by-step walkthrough in the video below!
In this Article, we are going to discuss How to Enable/Disable Bluetooth on the Android Device by using ADB Commands
# To enable ‘Bluetooth’ option:
Command:
This command will enable “bluetooth_manager” option, if it is disabled.
adb shell cmd bluetooth_manager enable
Example:

# To disable ‘Bluetooth’ option:
Command:
This command will disable “bluetooth_manager” option, if it is already enabled.
adb shell cmd bluetooth_manager disable
Example:

GitHub Link:
No comments:
Post a Comment