I want to connect a device through Bluetooth to android phone using adb shell command line.
I know how to enable and disable Bluetooth using adb shell.
you can find the linked issue in the this stackoverflow link: android enable disable bluetooth via command line
By using the answers given in above link, I am able to enable and disable the bluetooth from adb shell.
you can use https://tellnext.net/docs/mobile-hardware/android-general-features/adb-quick-reference-guide/ this link to know more about adb commands which i been referring to find the solution.