use
ComponentName cn = new ComponentName("com.android.settings",
"com.android.settings.bluetooth.BluetoothSettings");
instead of
final ComponentName cn = new ComponentName("com.android.settings",
"com.android.settings.bluetoothSettings");
to launch BluetoothSettings settings