public void StopScan()
    {
#if UNITY_IOS && !UNITY_EDITOR
        SwiftForUnity.StopScan();
#else
        BLEPlugin.Instance.StopScan();
#endif
    }
Beispiel #2
0
 public void StopScan()
 {
     SwiftForUnity.StopScan();
 }