13 lines
347 B
C#
13 lines
347 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 GattServicesDiscovered(WclBleGattThread gatt, BleResponse<List<BleServiceInfo>> response);
|
|
}
|