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 enable
svc bluetooth enable
To disable
svc bluetooth disable