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

Commit 71d562f0 authored by Martin Brabham's avatar Martin Brabham Committed by android-build-merger
Browse files

Merge "Quick cleanup" am: d3ba7be7

am: db30b134

Change-Id: If230b87d7ca18f4383fc1be0a02a750bbae240e8
parents 843e4815 db30b134
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));