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

Commit 098fc8e4 authored by Gabriel Biren's avatar Gabriel Biren
Browse files

Mark the pasnComebackCookie field as @nullable

in RttSecureConfig.

This field is optional and may not be included
in some cases.

Bug: 380921292
Test: m
Change-Id: I1a8364a03ac70009a99b4776c6048cdd473b7c80
parent 640bd198
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;
}