我需要知道API8(2.2)或2.3.3上的UUID。据我了解文档,这应该是允许的:phoneDevice=blueAdapter.getRemoteDevice(phoneAddress);ParcelUuid[]phoneUuids=phoneDevice.getUuids();//Won'tcompileEclipse给我:“未为BluetoothDevice类型定义方法getUuids()。”但是请看:http://developer.android.com/reference/android/bluetooth/BluetoothDevice.html#getUuids()此