Setup and goal
I have an application that basicly combines the Auth demo with the OPPClient demo. After discovering, i'm sending everyone a file and everyone must provide a valid PINcode. When i have send file #1 to device #1 it must send file #2 when the device has succesfully received and accepted the first one. I want to wait sending the second file if the user has declined the file and send the same file again later.
Problem
I have an Windows Mobile phone ( HTC Kaiser ). With the older BTF it was the case that first the file was send to the device ( always resulted in succes ) and then the phone asks if i wanted to save the connection and that resulting in either SUCCESS or IGNORED ( smartdevice ). Now, with the new WCL, i have an PutComplete-event. Whenever i deny or accept the file, it results in success. I can check if the connect() failes when they provide a wrong pincode, but that will not do because the phone remembers the connection. If i send the second file, it won't ask for a PINcode but just accepts it.
Question
How can i know when a user accepts or denies a particular file? ( different for smart devices? ).
Thanks