获取UUID

获取UUID

BluetoothDevice device1 = mBondedDeviceList.get(i);
ParcelUuid[] p1s = device1.getUuids();
showToast("即将连接该设备1:"+device1.getName()+" "+p1s[1]);
原文地址:https://www.cnblogs.com/herd/p/14048815.html