From 06cd8de39e9c99e521c64e0818c9cb799ae22d5f Mon Sep 17 00:00:00 2001 From: Etan Cohen Date: Tue, 14 Feb 2017 13:51:11 -0800 Subject: [PATCH] [AWARE] Correct comment on Discovery Window usage Clarify that DW period specification on discovery session does not override the overall system DW period specification (if one is provided). Bug: 35040192 Test: none - comment fix Change-Id: Ia7c495f1cd50a4bce0ffbaf242e52bc4f110eef2 --- wifi/1.0/types.hal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wifi/1.0/types.hal b/wifi/1.0/types.hal index f7772079a0..1c6d0e0a44 100644 --- a/wifi/1.0/types.hal +++ b/wifi/1.0/types.hal @@ -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; /**