链接设备
Future<bool> connectDevice(String productId, String mac) async { return JFApi.xcNet.xcBlueToothConnectDevice(productId, mac); }