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

Commit 6785f85c authored by Martin Brabham's avatar Martin Brabham Committed by android-build-merger
Browse files

Merge "Quick cleanup" am: d3ba7be7 am: db30b134

am: 71d562f0

Change-Id: I68109a17f0f211e296555c6bbedbb6ed2a24d4fc
parents 5d2a3311 71d562f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ void SecurityManagerImpl::OnHciEventReceived(hci::EventPacketView packet) {
      HandleEvent(hci::RemoteOobDataRequestView::Create(event));
      break;
    case hci::EventCode::USER_PASSKEY_NOTIFICATION:
      HandleEvent<hci::UserPasskeyNotificationView>(hci::UserPasskeyNotificationView::Create(event));
      HandleEvent(hci::UserPasskeyNotificationView::Create(event));
      break;
    case hci::EventCode::KEYPRESS_NOTIFICATION:
      HandleEvent(hci::KeypressNotificationView::Create(event));