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

Commit 3c35d1bf authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Register for HCI missing events"

parents a3a53bc0 c67a6053
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