Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想读出一个蓝牙设备,并且必须为其指定正确的 uuid。我知道有一个类似于 fetchuuid 的 java 函数,但该函数在 android.mono API 中不可用。如何使用 c# 调用此函数?
我有同样的问题。可BluetoothDevice.getUuid()从 Android 4.0.3 获得,因此请升级您的构建配置以匹配此。最低设置为 Android 4.0.3 (API 15)
BluetoothDevice.getUuid()
可BluetoothDevice.getUuid()从 Android 4.0.3 获得,因此请升级您的构建配置以匹配此。