Back to project page android_opengles.
The source code is released under:
MIT License
If you think the Android project android_opengles listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.example.android.wifidirect.discovery; // w w w .ja v a 2s.c om import android.net.wifi.p2p.WifiP2pDevice; /** * A structure to hold service information. */ public class WiFiP2pService { WifiP2pDevice device; String instanceName = null; String serviceRegistrationType = null; }