更新ios蓝牙连接

This commit is contained in:
wyf
2025-08-21 17:25:49 +08:00
parent e406ac46be
commit f21f75d5e4

View File

@@ -989,6 +989,7 @@ class _MHTBlueteethDevicePageState extends State<MHTBlueteethDevicePage> {
}
return result.device.remoteId.str.toUpperCase();
}
}
void advertisDataFormatter(var a, item) {
Map<String, dynamic> obj = {};
@@ -1082,4 +1083,3 @@ class _MHTBlueteethDevicePageState extends State<MHTBlueteethDevicePage> {
"$name".contains("MHT-SWES-M") ||
"$name".contains("MHT-SWES-S");
}
}