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

Commit 4efb9621 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "btm: Add info log for SIRK confirmation trace" am: 7f1e8949

parents 0276e79e 7f1e8949
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2088,6 +2088,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;