Lines Matching defs:p2p

17 package android.net.wifi.p2p;
48 import android.net.wifi.p2p.WifiP2pGroupList.GroupDeleteListener;
49 import android.net.wifi.p2p.nsd.WifiP2pServiceInfo;
50 import android.net.wifi.p2p.nsd.WifiP2pServiceRequest;
51 import android.net.wifi.p2p.nsd.WifiP2pServiceResponse;
93 * WifiP2pService includes a state machine to perform Wi-Fi p2p operations. Applications
98 * Note that the term Wifi when used without a p2p suffix refers to the client mode
155 /* User wants to disconnect wifi in favour of p2p */
157 /* User wants to keep his wifi connection and drop p2p */
159 /* Delayed message to timeout p2p disable */
167 * a frequency conflict which would make it impossible to have with p2p
171 * until the p2p connection is done and terminated at which point we will
189 /* Invitation to join an existing p2p group */
192 /* Track whether we are in p2p discovery. This is used to avoid sending duplicate
253 /* Unknown p2p group. For example, Device A tries to invoke the previous persistent group,
257 /* Both p2p devices indicated an intent of 15 in group owner negotiation. */
368 // Inactive is when p2p is enabled with no connectivity
598 // If we end up handling in default, p2p is not enabled
714 if (DBG) logd("p2p socket connection lost");
811 loge("Unexpected loss of p2p socket connection");
1043 //TODO In the p2p client case, we should set source address correctly.
1444 // User rejected dropping wifi in favour of p2p
1449 // User accepted dropping wifi in favour of p2p
1454 // Got a response from wifistatemachine, retry p2p
1455 if (DBG) logd(getName() + "Wifi disconnected, retry p2p");
1523 Slog.d(TAG, "Client list empty, remove non-persistent p2p group");
1812 if (DBG) logd("sending p2p connection changed broadcast");
1824 if (DBG) logd("sending p2p persistent groups changed broadcast");
1993 * The unused profile is sometimes remained when the p2p group formation is failed.
1994 * So, we clean up the p2p group here.
2121 * Return the network id of the group owner profile which has the p2p client with
2126 * @param deviceAddress p2p device address.
2147 * Return p2p client list associated with the specified network id.
2149 * @return p2p client list. if not found, return null.
2160 * Remove the specified p2p client from the specified profile.
2162 * @param addr p2p client address to be removed.
2164 * @return whether removing the specified p2p client is successful or not.
2188 // specified p2p client is not found. already removed.
2364 // that reuse the main p2p interface for a created group.
2471 //The Wi-Fi p2p spec says transaction id should be non-zero