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

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

Merge "Quick cleanup"

am: d3ba7be7

Change-Id: Ibd60ad5323ac427090a6b06c3d92c5d529c4ced5
parents a67443bd d3ba7be7
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));