获取UUID
BluetoothDevice device1 = mBondedDeviceList.get(i); ParcelUuid[] p1s = device1.getUuids(); showToast("即将连接该设备1:"+device1.getName()+" "+p1s[1]);