Hi again, Mike!
Wow, flash response! Great!
This is the name weirdness:
R?nn? -> R?~nn?
As in my code from previous post, I'm trying to send file with thread. Is it BFAuthenticator somehow connected with TBFObjectPushClient that I put (created) in a thread? I mean, should I do authentication before trying to send the file? My idea is to do an unauthenticated transfer if the thread it's not given a FPassKey, thus the thread performs authenticated transfer when it has FPassKey. This is all for anticipating when a destination does or does not require authentication on receiving file. If I try to understand your explanation seems the authentication must be done before sending the file. But, TBFObjectPushClient.BluetoothTransport.Authentication seems tells me that the BluetoothTransport would receive authentication request from destination device. Then, BluetoothTransport should handle it. So, I am guessing there is when an BFAuthentication should start working. If I'm wrong, where does that property fit or what does the property mean exactly?