7

I want to get the Bluetooth outbound transfer list.

I referred following link and have looked many posts here related to this issue but could not find any solution:
link

Is there a any way that I can use to get the list.

enter image description here
enter image description here

  • Without actually trying anything: Instead of inserting to the ContentResolver, could you instead query? How to send: http://stackoverflow.com/questions/4921384/how-to-send-file-using-bluetooth-on-android-programatically – Randy Apr 14 '15 at 23:20
  • I have already visited link u posted. Now I m sending files using Bluetooth but I don't have control to know whether it is successfully sent or not. – Sachin Suryavanshi Apr 16 '15 at 05:39

1 Answers1

0

I havn't got time to pick through this https://android.googlesource.com/platform/packages/apps/Bluetooth/+/d65cd7f65d0ba827c94cb9a6c1ef8343b6982d9d/src/com/android/bluetooth/opp/BluetoothOppTransfer.java for you, but i think it is capable of what you need.

matty357
  • 637
  • 4
  • 16