We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/**
用以上接口获取硬件版本号,获取不正确???
The text was updated successfully, but these errors were encountered:
getBluetoothFirmwareVersion是通过蓝牙协议从设备端读取版本属性。如果版本不正确,建议先检查设备端写入的版本属性是否正确。如果设备端ok,可以抓一份Log提供给我看下。
Sorry, something went wrong.
我采用了,通过蓝牙协议调用read方法,直接从设备读取版本号。谢
No branches or pull requests
/**
*/
XmBluetoothManager.instance().getBluetoothFirmwareVersion(mac, new Response.BleReadFirmwareVersionResponse() {
@OverRide
public void onResponse(int code, String version) {
// version类似1.0.3_2001
}
});
用以上接口获取硬件版本号,获取不正确???
The text was updated successfully, but these errors were encountered: