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

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

Merge "Add additional comments for the Service Protocol Type field." into main

parents 89dce576 3ee2e5f0
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 */