As I have online transfer via Parse, I gotta have one for offline using Bluetooth.
Likely by having the sender being a Bluetooth server and receiving joins and we complete a handshake for transfer to occur.
I could be winui to droid or winui to winui, droid to droid - all should work same.
No need to transfer the song, but we do transfer the rest like that of Parse does.
If both devices aren't paired, we'd need to prompt user to open settings and pair, else, we just do the transfer after user chose the destination device which isn't self.
As I have online transfer via Parse, I gotta have one for offline using Bluetooth.
Likely by having the sender being a Bluetooth server and receiving joins and we complete a handshake for transfer to occur.
I could be winui to droid or winui to winui, droid to droid - all should work same.
No need to transfer the song, but we do transfer the rest like that of Parse does.
If both devices aren't paired, we'd need to prompt user to open settings and pair, else, we just do the transfer after user chose the destination device which isn't self.