summaryrefslogtreecommitdiffstats
path: root/wifi/1.0
diff options
context:
space:
mode:
authorEtan Cohen <etancohen@google.com>2017-12-27 12:38:21 -0800
committerEtan Cohen <etancohen@google.com>2018-01-18 19:51:10 +0000
commit809b5df89d8f8fb9774e04bb1a92f5e40ed616ff (patch)
treea27bf84433a70d85600249f37ee89d81fc6c2448 /wifi/1.0
parentc7bd0f718c63f5aef9b265a1e02950097d98d342 (diff)
downloadandroid_hardware_interfaces-809b5df89d8f8fb9774e04bb1a92f5e40ed616ff.tar.gz
android_hardware_interfaces-809b5df89d8f8fb9774e04bb1a92f5e40ed616ff.tar.bz2
android_hardware_interfaces-809b5df89d8f8fb9774e04bb1a92f5e40ed616ff.zip
[AWARE] Update HAL 1.0 documentation for Match Filter
Update the documentation for Service Discovery Indication / Match Filter to clarify that for Active Subscribe it is the filter specified on the Subscribe itself (as opposed to on the matching Publish). No behavior change - just documentation of existing (1.0) functionality. Bug: 71359797 Test: builds Change-Id: Iae4c374b5e0b75b1af6587bfd7b6a21c99ecc7f4
Diffstat (limited to 'wifi/1.0')
-rw-r--r--wifi/1.0/types.hal3
1 files changed, 2 insertions, 1 deletions
diff --git a/wifi/1.0/types.hal b/wifi/1.0/types.hal
index b9fb0bded..4b8d68a0d 100644
--- a/wifi/1.0/types.hal
+++ b/wifi/1.0/types.hal
@@ -1411,7 +1411,8 @@ struct NanMatchInd {
vec<uint8_t> extendedServiceSpecificInfo;
/**
* The match filter from the discovery packet (publish or subscribe) which caused service
- * discovery. Matches the peer's |NanDiscoveryCommonConfig.txMatchFilter|.
+ * discovery. Matches the |NanDiscoveryCommonConfig.txMatchFilter| of the peer's Unsolicited
+ * publish message or of the local device's Active subscribe message.
* Max length: |NanCapabilities.maxMatchFilterLen|.
* NAN Spec: Service Descriptor Attribute (SDA) / Matching Filter
*/