diff --git a/Assets/MsgTransmitTools/DataClass/BluetoothGateway.cs b/Assets/MsgTransmitTools/DataClass/BluetoothGateway.cs
index 7b2866f..6590d4a 100644
--- a/Assets/MsgTransmitTools/DataClass/BluetoothGateway.cs
+++ b/Assets/MsgTransmitTools/DataClass/BluetoothGateway.cs
@@ -2,6 +2,7 @@
using System.Collections.Generic;
using UnityEngine;
using LitJson;
+using System;
namespace JXSoft {
public class BluetoothGateway:IResponse
@@ -29,21 +30,55 @@ namespace JXSoft {
///
/// 设备信息
///
- public List> devices { get; set; }
+ public List> devices { get; set; }
+
+ private string exceptionMsg;
+
+ public BluetoothGateway() {
+
+ }
+
+
+ public string findDataByMac(string mac) {
+ foreach (List