apidocs / com.nimmsta.core.android.bluetooth / DevicePairingManager / unpairAsync

unpairAsync

fun unpairAsync(device: BluetoothDeviceMacAddress): Task<Unit>

Unpairs the bluetooth device with the given address asynchronously. Will remove the device from devices known to this application.

Exceptions

BluetoothException - if it didn't work out

Return
Task to wait for completion