removeBond

abstract suspend fun removeBond(deviceAddress: BluetoothDeviceAddress)

Removes the bond (result of a successful pairing process) with a specific Bluetooth device which is registered to deviceAddress. It deletes the link key associated with that device and, by doing so, the connections to that device are terminated immediately as reflected in the deviceInformation as an unpaired disconnected device.