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

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

Register for HCI missing events

Bug: 144376172
Test: manual
Change-Id: I548743bc423f9eb240cb71284f316e7a91818d16
parent a426fbad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1530,7 +1530,7 @@ packet ReadAuthenticationEnableComplete : CommandComplete (command_op_code = REA
  authentication_enable : AuthenticationEnable,
}

packet WriteAuthenticationEnable : CommandPacket (op_code = WRITE_AUTHENTICATION_ENABLE) {
packet WriteAuthenticationEnable : SecurityCommand (op_code = WRITE_AUTHENTICATION_ENABLE) {
  authentication_enable : AuthenticationEnable,
}

@@ -1911,7 +1911,7 @@ packet ReadSecureConnectionsHostSupportComplete : CommandComplete (command_op_co
  secure_connections_host_support : Enable,
}

packet WriteSecureConnectionsHostSupport : CommandPacket (op_code = WRITE_SECURE_CONNECTIONS_HOST_SUPPORT) {
packet WriteSecureConnectionsHostSupport : SecurityCommand (op_code = WRITE_SECURE_CONNECTIONS_HOST_SUPPORT) {
  secure_connections_host_support : Enable,
}

+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ class SecurityInterface {
      hci::EventCode::IO_CAPABILITY_REQUEST,     hci::EventCode::IO_CAPABILITY_RESPONSE,
      hci::EventCode::REMOTE_OOB_DATA_REQUEST,   hci::EventCode::SIMPLE_PAIRING_COMPLETE,
      hci::EventCode::USER_PASSKEY_NOTIFICATION, hci::EventCode::KEYPRESS_NOTIFICATION,
      hci::EventCode::USER_CONFIRMATION_REQUEST, hci::EventCode::USER_PASSKEY_REQUEST,
  };
};
}  // namespace hci