lib/src/main/java/com/anyun/exam/lib/RemoteService.java
@@ -431,6 +431,7 @@ public void ConnectBluetooth(String name, String pin) { if (mBluetooth != null && mChatService != null) { Log.d(TAG, "执行蓝牙连接请求 " + name); mBluetooth.SetPin(pin); mTargetBluetooth = name; if (isMac(name)) { @@ -441,6 +442,8 @@ mDiscoveryBluetooth = true; mBluetooth.doDiscovery(name); } } else { Log.d(TAG, "拒绝蓝牙连接请求 " + name); } }