this is mine ,search from google,but i do not know how to do in tasker-send intent:
Intent intent = new Intent(); intent.setAction(Intent.ACTION_SEND); intent.setType("image/*"); intent.setClassName("com.android.bluetooth", "com.android.bluetooth.opp.BluetoothOppLauncherActivity"); intent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(new File("/sdcard/yanyojun.png"))); startActivity(intent);
Pent said FolderSync could do this,but it just through wifi.
i want to send a file just by bluetooth,thanks very much!