W Walter Member Licensed User Longtime User Mar 25, 2013 #1 Hi Erel, I want in my app this feature! Bluetooth Connect is not a problem. Problem is the COPY function! How does it work? Do you have a code sample for me ?? Thank you ......
Hi Erel, I want in my app this feature! Bluetooth Connect is not a problem. Problem is the COPY function! How does it work? Do you have a code sample for me ?? Thank you ......
Erel B4X founder Staff member Licensed User Longtime User Mar 26, 2013 #2 How large are the files? You should read AsyncStreams tutorial. Upvote 0
W Walter Member Licensed User Longtime User Mar 27, 2013 #4 Bluetooth file copy someone has a simple code sample for my requirement? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 27, 2013 #5 1. Read file to an array of bytes: http://www.b4x.com/forum/basic4andr...ile-dirassets-solution-wanted.html#post154939 2. Send the file with AsyncStreams.Write. Upvote 0
1. Read file to an array of bytes: http://www.b4x.com/forum/basic4andr...ile-dirassets-solution-wanted.html#post154939 2. Send the file with AsyncStreams.Write.