Click here to Skip to main content
15,867,756 members
Please Sign up or sign in to vote.
2.71/5 (6 votes)
Hi,
I want to build an application to communicate PC to Android Phone over Bluetooth. Also want to build PC app using C# and Android app using Java. Please help me using code example or some use full links.
Posted
Comments
tumbledDown2earth 29-May-13 8:03am    
To start with make a data server which should manage authentication and connect from user to user... then there are a million more things you can do
csharpbd 5-Aug-13 13:31pm    
Hi All,
Can any one don't have any idea about my Qus...?
AlphaDeltaTheta 29-May-13 22:28pm    
At PC part,
1. AFAIK, c# doesn't have a native way of Bluetooth handling, so be prepared for interop and p/invoke.
2. Which Bluetooth stack are you using, every stack has distinct api's. Microsoft "stock" stack, Broadcomm, Toshiba, Bluesolil,CSR ??

Steps you need to setup a new COM port or reuse the existing ones/custom service at your desktop and mobile. It easy as a method call in android but painful as hell in windows. I don't have musch bluetoothing experience on Bluetooth except for simple connecting. All my strange and weird jobs have been done on BlueZ on Linux and android... Good luck for messing with win api1 ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900