连接蓝牙,配网

This commit is contained in:
fengjignqi
2026-06-04 14:30:24 +08:00
parent 0f9c8c7329
commit 7e63101fc9
7 changed files with 850 additions and 180 deletions

View File

@@ -133,8 +133,7 @@ public class WaterDeviceManager extends BleManager {
? notifyCharacteristic.getUuid()
: "null"));
return writeCharacteristic != null
&& notifyCharacteristic != null;
return writeCharacteristic != null;
}
@Override