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

Commit 588b6762 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "stack::sec::btm_sec_mx_access_request Use proper type tBT_TRANSPORT" into main

parents cbe01434 db8b8045
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1688,7 +1688,7 @@ tBTM_STATUS btm_sec_mx_access_request(const RawAddress& bd_addr, bool is_origina
                                      void* p_ref_data) {
  tBTM_SEC_DEV_REC* p_dev_rec;
  tBTM_STATUS rc;
  bool transport = false; /* should check PSM range in LE connection oriented
  tBT_TRANSPORT transport = BT_TRANSPORT_AUTO; /* should check PSM range in LE connection oriented
                                                  L2CAP connection */
  log::debug("Multiplex access request device:{}", bd_addr);