failBondWith

fun FakeBluetoothRepository.failBondWith(error: Throwable = Exception("bond failed"))(source)

Make the next FakeBluetoothRepository.bond call throw a generic error (the flaky/interrupted-bonding path).