标签: android bluetooth
我是Android编程的新手。我遇到了一个问题,我只能获得一个包含API BluetoothDevice.getName()和intent.getStringExtra(BluetoothDevice.EXTRA_NAME)的Android远程设备的部分名称,但我需要全名。请告诉我两个API之间的区别,最重要的是,如何获得全名?
BluetoothDevice.getName()
intent.getStringExtra(BluetoothDevice.EXTRA_NAME)