Hi Mike,
I am trying to convert my testing app from BTFramework to WCL. I notice that the OnFileNeeded event is replaced by GetFile. in the wclSpamGetFileEventArgs, it no longer expose the device associate the file that need to be send.
May I ask how what is the process of sending multiple files to multiple bluetooth device? I am guessing it starts by getting a list of all the files, then it tries to connect to available BTdevice. Once it is done, it goes back to sleep and wakes up again to get a list of files. Please correct me if I am wrong.
Thanks