From 33864539f451f56be2ae246e39ae57dac549e808 Mon Sep 17 00:00:00 2001 From: Nate Jiang Date: Thu, 19 Oct 2023 10:16:23 -0700 Subject: [PATCH] Add comment to indicate the usage of the Service specific info in SDEA Bug: 301045790 Test: N/A Change-Id: I5c844915d26dd6b47a7577f80faa408046058427 --- .../aidl/android/hardware/wifi/NanDiscoveryCommonConfig.aidl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wifi/aidl/android/hardware/wifi/NanDiscoveryCommonConfig.aidl b/wifi/aidl/android/hardware/wifi/NanDiscoveryCommonConfig.aidl index 58777c5d65..4bedce0100 100644 --- a/wifi/aidl/android/hardware/wifi/NanDiscoveryCommonConfig.aidl +++ b/wifi/aidl/android/hardware/wifi/NanDiscoveryCommonConfig.aidl @@ -73,8 +73,9 @@ parcelable NanDiscoveryCommonConfig { /** * Arbitrary information communicated in discovery packets - there is no semantic meaning to * these bytes. They are passed-through from publisher to subscriber as-is with no parsing. Max - * length: |NanCapabilities.maxExtendedServiceSpecificInfoLen|. Spec: Service Descriptor - * Extension Attribute (SDEA) / Service Info + * length: |NanCapabilities.maxExtendedServiceSpecificInfoLen|. This info is using Generic + * Service Protocol with setting Service Info type to 2 (Generic). NAN Spec: Service + * Descriptor Extension Attribute (SDEA) / Service Info */ byte[] extendedServiceSpecificInfo; /**