diff options
Diffstat (limited to 'stack/btm/btm_int.h')
-rw-r--r-- | stack/btm/btm_int.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stack/btm/btm_int.h b/stack/btm/btm_int.h index 4664fda81..0e18c7f1f 100644 --- a/stack/btm/btm_int.h +++ b/stack/btm/btm_int.h @@ -876,11 +876,6 @@ typedef struct BOOLEAN security_mode_changed; /* mode changed during bonding */ BOOLEAN pin_type_changed; /* pin type changed during bonding */ BOOLEAN sec_req_pending; /* TRUE if a request is pending */ -// btla-specific ++ -#ifdef PORCHE_PAIRING_CONFLICT - UINT8 pin_code_len_saved; /* for legacy devices */ -#endif -// btla-specific -- UINT8 pin_code_len; /* for legacy devices */ PIN_CODE pin_code; /* for legacy devices */ |