I am creating an application based on the example of a Bluetooth chat featured on the official Android developer website. My application works great while communicating with another Android phone. However, it does not work when I connect it to a non-Android device (namely, to some kind of electronic circuit that my team did). An online study found that the Code Sample is for communication only between two Android devices. So, how do I change the sample code so that it works with devices other than Android.
source
share