mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 13:20:50 +00:00
sm: fix build with ENABLE_LE_PROACTIVE_AUTHENTICATION
This commit is contained in:
parent
c2d7cdb89d
commit
b187cc61ac
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user