Bluetooth programming on Android
问题 I am trying to create a app on android that uses bluetooth to communicate with my PC. I want to send text from android app and receive text/events from PC app. Can anyone guide me on how to make the two communicate? or guide me to some resource? 回答1: The Android documentation walks through almost everything you'll need. And there is also a Bluetooth chat sample application that comes with the SDK. 回答2: The Android documentation walks through almost everything you'll need. And there is also a