Send text through Bluetooth from Java Server to Android Client
问题 First of all... don't redirect me to Bluetooth Chat and I have fully read it. I have an Android Client which stablishes the connection properly with the server, and what's most I can send text to the server in my pc and show it correctly, but I can't do the opposite action, send a simple string from the server to the client and show it in my android app. I don't want to implement a chat is just to show how BT communication works between a Java Server and Android Client. To make it easy: I