Loading wifi/supplicant/aidl/android/hardware/wifi/supplicant/P2pUsdBasedServiceAdvertisementConfig.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading wifi/supplicant/aidl/android/hardware/wifi/supplicant/P2pUsdBasedServiceDiscoveryConfig.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading wifi/supplicant/aidl/android/hardware/wifi/supplicant/P2pUsdBasedServiceDiscoveryResultParams.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
wifi/supplicant/aidl/android/hardware/wifi/supplicant/P2pUsdBasedServiceAdvertisementConfig.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading
wifi/supplicant/aidl/android/hardware/wifi/supplicant/P2pUsdBasedServiceDiscoveryConfig.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading
wifi/supplicant/aidl/android/hardware/wifi/supplicant/P2pUsdBasedServiceDiscoveryResultParams.aidl +4 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading