I want to open bluetooth settings on button click like this see image
HomeActivity.
If you want to open up the scan dialog (without leaving your app).
Intent bluetoothPicker = new Intent("android.bluetooth.devicepicker.action.LAUNCH"); startActivity(bluetoothPicker);