Hi all;
I am looking for any examples or clues for RFCOMM server (bluetooth classic) sample for Xamarin UWP, any help for me?
Here are some documents:
@YorkGo said: Here are some documents: Bluetooth RFCOMM chat sample Bluetooth RFCOMM universal windows application Bluetooth support
@YorkGo said: Here are some documents:
Thanks fot the reply.. will this code work with Xamarin forms UWP (i.e. without modifying given C# code) ? or there is some Xamarin form specific C# code for UWP?
You can't directly use these code in Xamarin.Forms, you do have to implement them on UWP by Dependency Service.
this is great, thank you!! Forgot they had this laying around
Answers
Here are some documents:
Thanks fot the reply.. will this code work with Xamarin forms UWP (i.e. without modifying given C# code) ? or there is some Xamarin form specific C# code for UWP?
You can't directly use these code in Xamarin.Forms, you do have to implement them on UWP by Dependency Service.
this is great, thank you!! Forgot they had this laying around