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

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

stack::sec::btm_sec_rmt_name_request_complete Log peer device am: 4bc0bd81 am: e6b7d481

parents 335f5295 e6b7d481
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2316,8 +2316,10 @@ void btm_sec_rmt_name_request_complete(const RawAddress* p_bd_addr,

  if (p_dev_rec == nullptr) {
    log::debug(
        "Remote read request complete for unknown device pairing_state:{} "
        "Remote read request complete for unknown device peer:{} "
        "pairing_state:{} "
        "status:{} name:{}",
        (p_bd_addr) ? ADDRESS_TO_LOGGABLE_CSTR(*p_bd_addr) : "null",
        tBTM_SEC_CB::btm_pair_state_descr(btm_sec_cb.pairing_state),
        hci_status_code_text(status), reinterpret_cast<char const*>(p_bd_name));