sm: fix build with ENABLE_LE_PROACTIVE_AUTHENTICATION

This commit is contained in:
Matthias Ringwald 2020-11-19 16:50:30 +01:00
parent c2d7cdb89d
commit b187cc61ac

View File

@ -1298,7 +1298,7 @@ static void sm_address_resolution_handle_event(address_resolution_event_t event)
if (have_ltk){ if (have_ltk){
#ifdef ENABLE_LE_PROACTIVE_AUTHENTICATION #ifdef ENABLE_LE_PROACTIVE_AUTHENTICATION
trgigger_reencryptipm = true; trigger_reencryption = true;
#else #else
if (trigger_pairing){ if (trigger_pairing){
trigger_reencryption = true; trigger_reencryption = true;