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

Commit b3fd1bd5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix bit inversion in RFCOMM event handler." into tm-mainline-prod

parents bf5b0d11 4cb95659
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -147,7 +147,7 @@ void rfc_port_sm_state_closed(tPORT* p_port, tRFC_PORT_EVENT event,


      /* Open will be continued after security checks are passed */
      /* Open will be continued after security checks are passed */
      p_port->rfc.state = RFC_STATE_TERM_WAIT_SEC_CHECK;
      p_port->rfc.state = RFC_STATE_TERM_WAIT_SEC_CHECK;
      btm_sec_mx_access_request(p_port->rfc.p_mcb->bd_addr, true,
      btm_sec_mx_access_request(p_port->rfc.p_mcb->bd_addr, false,
                                p_port->sec_mask, &rfc_sec_check_complete,
                                p_port->sec_mask, &rfc_sec_check_complete,
                                p_port);
                                p_port);
      return;
      return;