Lines Matching refs:WifiP2pManager

633 android.net.wifi.p2p.WifiP2pManager}, which you can acquire by calling {@link
635 android.net.wifi.p2p.WifiP2pManager} includes APIs that allow you to:</p>
638 android.net.wifi.p2p.WifiP2pManager#initialize initialize()}</li>
640 <li>Discover nearby devices by calling {@link android.net.wifi.p2p.WifiP2pManager#discoverPeers
643 <li>Start a P2P connection by calling {@link android.net.wifi.p2p.WifiP2pManager#connect
650 <li>The {@link android.net.wifi.p2p.WifiP2pManager.ActionListener} interface allows you to receive
653 <li>{@link android.net.wifi.p2p.WifiP2pManager.PeerListListener} interface allows you to receive
659 <li>The {@link android.net.wifi.p2p.WifiP2pManager.GroupInfoListener} interface allows you to
664 <li>{@link android.net.wifi.p2p.WifiP2pManager.ConnectionInfoListener} interface allows you to
681 <li>{@link android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_CONNECTION_CHANGED_ACTION}: The P2P
683 android.net.wifi.p2p.WifiP2pManager#EXTRA_WIFI_P2P_INFO} with a {@link
685 android.net.wifi.p2p.WifiP2pManager#EXTRA_NETWORK_INFO} with a {@link android.net.NetworkInfo}
688 <li>{@link android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_STATE_CHANGED_ACTION}: The P2P state has
690 android.net.wifi.p2p.WifiP2pManager#EXTRA_WIFI_STATE} with either {@link
691 android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_STATE_DISABLED} or {@link
692 android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_STATE_ENABLED}</li>
694 <li>{@link android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_PEERS_CHANGED_ACTION}: The list of peer
697 <li>{@link android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_THIS_DEVICE_CHANGED_ACTION}: The details for
701 <p>See the {@link android.net.wifi.p2p.WifiP2pManager} documentation for more information. Also