Bluetooth as a Syncing method

I am thinking about a new project where I would like the user to be able to sync data between their mobile device and computer locally; I know it can be done via WiFi, but what about Bluetooth?

You mean AirDrop?

Sorry I mean between a desktop application created with Xojo and a mobile application created with Xojo.

That’s a good question. I don’t have an answer, but I am curious what feedback you get.

Off the cuff, I feel like if it were viable, 1Password would support it. They support nearly every other kind of syncing. I suspect that TCP over wifi is going to be the best option though.

Sucks that Xojo.Net.TCPSocket doesn’t work on desktop, so you’d have to support two code bases.

I don’t know about android but iOS restricts bluetooth access to only certain operations. So I doubt it would work there…