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); }