powerfun-unity/Assets/Scripts/Devices/Ble/Win/GattDisconnected.cs
2021-06-04 13:22:59 +08:00

13 lines
319 B
C#

using Assets.Scripts.Devices.Ble;
using Assets.Scripts.Devices.Ble.Win;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Assets.Scripts.Ble.Win
{
internal delegate void GattDisconnected(WclBleGattThread gatt, BleResponse response);
}