Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Connect and Send Data using bluetooth c# Xamarin?

I already am able to find the devices and almost connect to them, im sure the connecting button is working but the other device is no answering right so its not connecting i need help with that... And after they be connected i would need to send a zip file by bluetooth and i really dont have any idea how to do that.

Here is my code

http://pastebin.com/hwERjS6u

And here is the blueToothChatService class im using

http://pastebin.com/6SH56Wqj

If someone already made this or has any sample to help me i would be really thankful my brain is melting... -.-

Thanks

like image 857
user2917437 Avatar asked Dec 04 '13 13:12

user2917437


1 Answers

I've been doing some Bluetooth stuff on Xamarin Android recently and found the following source code incredibly helpful.

https://developer.xamarin.com/samples/monodroid/BluetoothChat/

like image 137
Dave Avatar answered Sep 30 '22 14:09

Dave