コード例 #1
0
 void DoDisconnect()
 {
     NativeGatt.Disconnect();
 }
コード例 #2
0
 void PlatformDisconnect()
 {
     _gatt.Disconnect();
 }