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

Commit 34b6c08b authored by Chris Manton's avatar Chris Manton
Browse files

[6/24] Canonical form tBTM_STATUS::BTM_DELAY_CHECK

Prepare for class enum-ify tBTM_STATUS

Bug: 358402071
Test: m .
Flag: EXEMPT, Mechanical Refactor

Change-Id: I0d78f0306e9ac43923f859043f02b683122fd051
parent af014441
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1565,7 +1565,7 @@ tBTM_STATUS btm_sec_l2cap_access_req_by_requirement(const RawAddress& bd_addr,
     * as long as we have a link key, it's OK */
    if ((0 == (p_dev_rec->sec_rec.sec_flags & BTM_SEC_AUTHENTICATED)) ||
        (0 == (p_dev_rec->sec_rec.sec_flags & BTM_SEC_ENCRYPTED))) {
      rc = BTM_DELAY_CHECK;
      rc = tBTM_STATUS::BTM_DELAY_CHECK;
      /*
      2046 may report HCI_Encryption_Change and L2C Connection Request out of
      sequence