System.out.println("设备:"+bluetoothDevice.getName() + " " + bluetoothDevice.getAddress());} } 根据上面获取到的地址,在通过下面的方法就可以获取到蓝牙设备了 BluetoothDevice device = mBluetoothAdapter.getRemoteDevice(address);