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

Commit 214595b2 authored by Chris Manton's avatar Chris Manton
Browse files

btm_log_history: Journal rnr complete when pairing

Bug: 330612451
Test: m .
Flag: EXEMPT, Logging change

Change-Id: If504986cb3d47f4591b3c89fc147bd1dbbf58ec1
parent 4d8813ba
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:{} "