failBondWithSecurityException
fun FakeBluetoothRepository.failBondWithSecurityException(message: String = "BLUETOOTH_CONNECT not granted")(source)
Android-specific override: throw SecurityException (the missing-permission path on Android). This is needed because SecurityException is JVM-only and not available in commonMain.