I am trying to enable disable bluetooth on android device using command line.
I can enable it using
adb shell am start -a android.bluetooth.adapter.ac
To run commands listed in previous comment, you need to be root:
adb root
Enable:
adb shell service call bluetooth_manager 6
Disable:
adb shell service call bluetooth_manager 8