如何获得UUID?

时间:2014-12-23 22:11:05

标签: android sockets bluetooth uuid android-bluetooth

前段时间我开始开发Android。

我正在尝试创建BluetoothServerSocket

我有这段代码:

tmp = mBluetoothAdapter.listenUsingRfcommWithServiceRecord(NAME, MY_UUID);

NAME是我服务器的名称(我可以在这里给出我想要的)或不是?

我不知道MY_UUID是什么。我在哪里可以获得MY_UUID

1 个答案:

答案 0 :(得分:0)

您可以使用getUuids()类的BluetoothDevice方法获取UUID。请参阅描述此过程的优秀主题,以及示例和结果输出:

Android - Get Bluetooth UUID for this device