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

Commit 3ee2e5f0 authored by Gabriel Biren's avatar Gabriel Biren
Browse files

Add additional comments for the Service

Protocol Type field.

Bug: 380921292
Test: m
Change-Id: Ib94cf742b777661ba85d77ffe4fc01be4925e744
parent a733af84
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -27,7 +27,10 @@ parcelable P2pUsdBasedServiceAdvertisementConfig {
    /** UTF-8 string defining the service */
    String serviceName;

    /** Service Protocol Type */
    /**
     * Service Protocol Type. See defined values in the Wi-Fi Direct R2 Spec, Table 129,
     * although any value between 0-255 may be defined by the service layer and is considered valid.
     */
    int serviceProtocolType;

    /** Service specific information content determined by the application */
+4 −1
Original line number Diff line number Diff line
@@ -29,7 +29,10 @@ parcelable P2pUsdBasedServiceDiscoveryConfig {
    /** UTF-8 string defining the service */
    String serviceName;

    /** Service Protocol Type */
    /**
     * Service Protocol Type. See defined values in the Wi-Fi Direct R2 Spec, Table 129,
     * although any value between 0-255 may be defined by the service layer and is considered valid.
     */
    int serviceProtocolType;

    /** Service specific information content determined by the application */
+4 −1
Original line number Diff line number Diff line
@@ -35,7 +35,10 @@ parcelable P2pUsdBasedServiceDiscoveryResultParams {
    /** Identifier to identify the peer service advertisement instance */
    int peerSessionId;

    /** Service Protocol Type */
    /**
     * Service Protocol Type. See defined values in the Wi-Fi Direct R2 Spec, Table 129,
     * although any value between 0-255 may be defined by the service layer and is considered valid.
     */
    int serviceProtocolType;

    /** Service specific information content determined by the application */