陈奇
2018-11-01 cdbaf79d124d46b69dc62b653fde55f9d40b5534
app/src/main/java/com/moral/yunfushao/activity/BLESearchActivity.java
@@ -105,7 +105,7 @@
                    if (MainApp.theApp.bleManager != null) {
                        MainApp.theApp.bleManager.closeBluetoothGatt();
                    }
                    mBluetoothService.connectDevice(scanResultList.get(position));
                    mBluetoothService.scanAndConnect5(scanResultList.get(position).getDevice().getAddress());
                }
            }