void DoDisconnect()
 {
     NativeGatt.Disconnect();
 }
Beispiel #2
0
 void PlatformDisconnect()
 {
     _gatt.Disconnect();
 }