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

Commit eef7ee05 authored by Martin Brabham's avatar Martin Brabham
Browse files

Quick cleanup

Bug: 139137147
Test: N/A
Change-Id: I917407eb45b4397215f26e3beee80615364815ea
parent 7022c09c
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));