Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 521bae41 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

smp_generate_stk: reduce log level for key type information am: c5db883c

Change-Id: Ie946c3e56499acb557ed45ab57559501ba71ec52
parents 09d71d16 c5db883c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ void smp_generate_stk(tSMP_CB* p_cb, UNUSED_ATTR tSMP_INT_DATA* p_data) {
  SMP_TRACE_DEBUG("%s", __func__);

  if (p_cb->le_secure_connections_mode_is_used) {
    SMP_TRACE_WARNING("FOR LE SC LTK IS USED INSTEAD OF STK");
    SMP_TRACE_DEBUG("FOR LE SC LTK IS USED INSTEAD OF STK");
    output = p_cb->ltk;
  } else {
    output = smp_calculate_legacy_short_term_key(p_cb);