标签: android bluetooth uuid sdp
鉴于蓝牙SDP中使用的UUID运行发现查询,以了解使用相同UUID但未连接它们的蓝牙设备。我想要一个适用于Android 2.3.x的解决方案。
答案 0 :(得分:1)
fetchUuidsWithSdp() API允许您查看远程设备上支持的UUID。 http://developer.android.com/reference/android/bluetooth/BluetoothDevice.html#fetchUuidsWithSdp
fetchUuidsWithSdp()