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

Commit f472c344 authored by Henri Chataing's avatar Henri Chataing
Browse files

system/stack/btm: Migrate leftover log to libbluetooth_log

Ignore-AOSP-First: internal only code
Test: m com.android.btservices
Bug: 305066880
Flag: EXEMPT, mechanical refactor
Change-Id: I97fbc77adbb2ad3b7b9f883cf7c4f7e0fe58319e
parent 106d3675
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,