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

Commit 20767aef authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

parents 9f5e34ef b3fd1bd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ void rfc_port_sm_state_closed(tPORT* p_port, tRFC_PORT_EVENT event,

      /* Open will be continued after security checks are passed */
      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);
      return;