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

Commit 7f1e8949 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "btm: Add info log for SIRK confirmation trace"

parents 07c40998 b32c535f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2073,6 +2073,8 @@ void BTM_BleSirkConfirmDeviceReply(const RawAddress& bd_addr, uint8_t res) {
  tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);
  tSMP_STATUS res_smp = (res == BTM_SUCCESS) ? SMP_SUCCESS : SMP_FAIL;

  LOG_INFO("Confirmation result: %s", smp_status_text(res_smp).c_str());

  if (p_dev_rec == NULL) {
    LOG_ERROR("Confirmation of Unknown device");
    return;