-
public final class DisconnectPeripheral extends BleServerOperation
Disconnect from device and release all connection resources
-
-
Field Summary
Fields Modifier and Type Field Description private final BluetoothDevicedevice
-
Constructor Summary
Constructors Constructor Description DisconnectPeripheral(BluetoothDevice device)
-
Method Summary
Modifier and Type Method Description final BluetoothDevicegetDevice()-
-
Constructor Detail
-
DisconnectPeripheral
DisconnectPeripheral(BluetoothDevice device)
-
-
Method Detail
-
getDevice
final BluetoothDevice getDevice()
-
-
-
-