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

Commit b70a258e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Mark the pasnComebackCookie field as @nullable in RttSecureConfig." into main

parents 2cfe7969 098fc8e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,5 +37,5 @@ parcelable RttSecureConfig {
  android.hardware.wifi.PasnConfig pasnConfig;
  boolean enableSecureHeLtf;
  boolean enableRangingFrameProtection;
  byte[] pasnComebackCookie;
  @nullable byte[] pasnComebackCookie;
}
+1 −1
Original line number Diff line number Diff line
@@ -38,5 +38,5 @@ parcelable RttSecureConfig {
    /**
     * Comeback cookie is an opaque sequence of octets retrieved from |RttResult|.
     */
    byte[] pasnComebackCookie;
    @nullable byte[] pasnComebackCookie;
}