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

Commit 5520d2d1 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

GD L2cap: Fix OnEncryptionChange

Tag: #gd-refactor
Bug: 141555841
Test: cert/run --host
Change-Id: If436aff838931dd413dad71d75ce28c3fb67cfd2
parent 7b9f8e82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ void LinkManager::OnEncryptionChange(hci::Address device, hci::EncryptionEnabled
        link_security_interface_listener_,
        &LinkSecurityInterfaceListener::OnEncryptionChange,
        device,
        enabled == hci::EncryptionEnabled::ON);
        enabled == hci::EncryptionEnabled::ON || enabled == hci::EncryptionEnabled::BR_EDR_AES_CCM);
  }
}