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

Commit 224d83b4 authored by Etan Cohen's avatar Etan Cohen Committed by android-build-merger
Browse files

Merge "[AWARE] Correct comment on Discovery Window usage"

am: 751dc694

Change-Id: I96a0b00713d01cb4a587a8ba44833c2a5f1a2cf0
parents 6439f344 751dc694
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -715,8 +715,8 @@ struct NanBandSpecificConfig {
    * Value of 0:
    *  - reserved in 2.4GHz band
    *  - no wakeup at all in 5GHz band
    * The publish/subscribe period values don't override the device level configurations if
    * specified.
    * The publish/subscribe period values don't override this device level configurations if
    * it is specified.
    * Configuration is only used only if |validDiscoveryWindowIntervalVal| is set to true.
    * NAN Spec: Device Capability Attribute / 2.4 GHz DW, Device Capability Attribute / 5 GHz DW
    */
@@ -915,8 +915,8 @@ struct NanDiscoveryCommonConfig {
  /**
   * Indicates the interval between two Discovery Windows in which the device supporting the
   * service is awake to transmit or receive the Service Discovery frames. Valid values of Awake
   * DW Interval are: 1, 2, 4, 8 and 16. A value of 0 will default to 1. Overrides any
   * |NanBandSpecificConfig.discoveryWindowIntervalVal| configurations.
   * DW Interval are: 1, 2, 4, 8 and 16. A value of 0 will default to 1. Does not override
   * |NanBandSpecificConfig.discoveryWindowIntervalVal| configurations if those are specified.
   */
  uint16_t discoveryWindowPeriod;
  /**