RemoteGattServerDisconnect Method

Disconnects the remote GATT server.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public void Disconnect()

Remarks

Some platforms do not have an explicit Disconnect and will keep the connection open until there are no references to associated services and characteristics.

See Also