mijiaSDK icon indicating copy to clipboard operation
mijiaSDK copied to clipboard

mijiaSDK新地址:https://github.com/MiEcosystem/MiJiaConnectDemo

Results 23 mijiaSDK issues
Sort by recently updated
recently updated
newest added

有些设备在进行蓝牙连接时候回调中会报-7?如何避免这种超时状态呢?

你好,我在做固件更新中。从菜单项进入到通用设置页面(检查固件更新菜单项)默认获取到有更新状态,红点显示。 ![2ba5298db169008c2b318228d5c859e](https://user-images.githubusercontent.com/29192190/51579477-0cfcd980-1efc-11e9-8cdb-250ce9c01d1d.jpg) 再进入到更新界面。我点击立即升级, ![0466ad6c5b124bd264cf34cb275ad03](https://user-images.githubusercontent.com/29192190/51579498-21d96d00-1efc-11e9-93ed-dd572e22df72.jpg) 然后升级完成。到成功页面。 ![955928cb770329f3457ca1c078e4071](https://user-images.githubusercontent.com/29192190/51579513-3289e300-1efc-11e9-85d1-27fe92d0a483.jpg) 之后点击成功页面的确定按钮,此时当前成功页面销毁。然后返回通用设置页面。 ![2ba5298db169008c2b318228d5c859e](https://user-images.githubusercontent.com/29192190/51579537-46cde000-1efc-11e9-8538-09118fb7d3a0.jpg) 这个时候我需要更新通用设置页面的红点状态。

/** * ApiLevel: 33 * 必须与设备处于连接状态的时候才能读取 */ XmBluetoothManager.instance().getBluetoothFirmwareVersion(mac, new Response.BleReadFirmwareVersionResponse() { @Override public void onResponse(int code, String version) { // version类似1.0.3_2001 } }); 用以上接口获取硬件版本号,获取不正确???