Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要创建一个可以将 android 设备与 windows PC 配对的 android 应用程序,并且消息可以从 android 传递到 PC。我想使用 Java 创建它。关于如何实现客户端服务器应用程序以允许这种通信的任何想法?
您是否看过BluetoothChatAndroid Samples 中的示例?这提供了使用蓝牙的两个设备之间的通信。
BluetoothChat