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

Commit bf87268b authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

btm_log_history: Journal rnr complete when pairing am: 214595b2

parents 9df7f260 214595b2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2219,6 +2219,12 @@ void btm_sec_rmt_name_request_complete(const RawAddress* p_bd_addr,

  if (!p_bd_name) p_bd_name = (const uint8_t*)kBtmBdNameEmpty;

  BTM_LogHistory(kBtmLogTag, (p_bd_addr) ? *p_bd_addr : RawAddress::kEmpty,
                 "RNR complete",
                 base::StringPrintf("status:%s name:%s",
                                    hci_error_code_text(status).c_str(),
                                    PRIVATE_NAME(p_bd_name)));

  if (p_dev_rec == nullptr) {
    log::debug(
        "Remote read request complete for unknown device pairing_state:{} "