mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-10 15:44:32 +00:00
sm: trigger CTKD after Link Key upgrade to authenticated
This commit is contained in:
parent
599e89da88
commit
94219034bf
@ -4050,6 +4050,11 @@ static void sm_event_packet_handler (uint8_t packet_type, uint16_t channel, uint
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
#ifdef ENABLE_CROSS_TRANSPORT_KEY_DERIVATION
|
||||||
|
case SM_BR_EDR_W4_ENCRYPTION_COMPLETE:
|
||||||
|
sm_event_handle_classic_encryption_event(sm_conn, con_handle);
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user