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

Commit 3852b9a4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "system/stack/btm: Migrate leftover log to libbluetooth_log" into main

parents 6c57a9e3 f472c344
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3507,9 +3507,9 @@ static void read_encryption_key_size_complete_after_encryption_change(

  if (IS_FLAG_ENABLED(bluffs_mitigation)) {
    if (btm_sec_is_session_key_size_downgrade(handle, key_size)) {
      LOG_ERROR(
      log::error(
          "encryption key size lower than cached value, disconnecting. "
          "handle: 0x%x attempted key size: %d",
          "handle: 0x{:x} attempted key size: {}",
          handle, key_size);
      acl_disconnect_from_handle(
          handle, HCI_ERR_HOST_REJECT_SECURITY,