I'm sending a file over to another device via BT. No problem with that.
However to be able to continue properly in my app I would need to know when the transfer of the file has finished.
I've played with the intent "android.btopp.intent.extra.BT_OPP_TRANSFER_STATUS" registered in the manifest editor, but it does not apear to work (Android 6) as the service does not fire up.
I've searched the forum and didn't find any information regarding this situation.
Help, would be welcome.
However to be able to continue properly in my app I would need to know when the transfer of the file has finished.
I've played with the intent "android.btopp.intent.extra.BT_OPP_TRANSFER_STATUS" registered in the manifest editor, but it does not apear to work (Android 6) as the service does not fire up.
B4X:
AddReceiverText(btsent,
<intent-filter>
<action android:name= "android.btopp.intent.action.BT_OPP_TRANSFER_DONE" />
</intent-filter>)
I've searched the forum and didn't find any information regarding this situation.
Help, would be welcome.
Last edited: