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

Commit 32b2c52c authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Gerrit Code Review
Browse files

Merge "eatt: Use pseudo address when connecting EATT"

parents 7c3c0171 8586f38b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4745,7 +4745,8 @@ void btm_sec_dev_rec_cback_event(tBTM_SEC_DEV_REC* p_dev_rec,

  if (btm_status == BTM_SUCCESS && is_le_transport) {
    /* Link is encrypted, start EATT */
    bluetooth::eatt::EattExtension::GetInstance()->Connect(p_dev_rec->bd_addr);
    bluetooth::eatt::EattExtension::GetInstance()->Connect(
        p_dev_rec->ble.pseudo_addr);
  }
}