From cec7e6b7591d018dd700c6fa6b5c85b29ec43b34 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 8 Jan 2010 21:38:40 +0100 Subject: Detect pairing failure for device having a password set [#101 state:resolved] The first pairing fails if a user has a password set on the device. --- include/libiphone/lockdown.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libiphone') diff --git a/include/libiphone/lockdown.h b/include/libiphone/lockdown.h index f076cf2..459fbbd 100644 --- a/include/libiphone/lockdown.h +++ b/include/libiphone/lockdown.h @@ -45,6 +45,7 @@ extern "C" { #define LOCKDOWN_E_REMOVE_VALUE_PROHIBITED -11 #define LOCKDOWN_E_MUX_ERROR -12 #define LOCKDOWN_E_ACTIVATION_FAILED -13 +#define LOCKDOWN_E_PASSWORD_PROTECTED -14 #define LOCKDOWN_E_UNKNOWN_ERROR -256 -- cgit v1.1-32-gdbae