android 中的蓝牙服务器和客户端

Bluetooth Server and Client in android

我正在尝试在 android 中创建 bluetooth serverclient。 android 中的蓝牙服务器可以查看所有已连接的设备并创建已连接设备的数据并将其保存在 android 中的 sqlite 数据库中。服务器和客户端也必须连接。我在哪里可以得到一些关于这个的参考?这可能吗?我如何实现这一目标?我不知道从哪里开始。有什么方法可以做到这一点? Any links where i can start or will help me?谢谢

看看这个链接。希望它能提供你所需要的:)

http://developer.android.com/guide/topics/connectivity/bluetooth.html#ConnectingDevices

https://developer.android.com/samples/BluetoothChat/index.html