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

Commit db8b8045 authored by Chris Manton's avatar Chris Manton
Browse files

stack::sec::btm_sec_mx_access_request Use proper type tBT_TRANSPORT

Bug: 354216231
Test: m .
Flag: EXEMPT, Proper data typing

Change-Id: I852353f292114148519b6a5f8bbe849f36675695
parent adef9979
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);