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

Commit cfc6b226 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add comment to indicate the usage of the Service specific info in SDEA" into main

parents 7400ce9a 33864539
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;
    /**