File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
wifi/java/android/net/wifi/p2p Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13011,6 +13011,7 @@ package android.net.wifi.p2p {
1301113011 field public static final java.lang.String EXTRA_WIFI_P2P_DEVICE = "wifiP2pDevice";
1301213012 field public static final java.lang.String EXTRA_WIFI_P2P_INFO = "wifiP2pInfo";
1301313013 field public static final java.lang.String EXTRA_WIFI_STATE = "wifi_p2p_state";
13014+ field public static final int NO_SERVICE_REQUESTS = 3; // 0x3
1301413015 field public static final int P2P_UNSUPPORTED = 1; // 0x1
1301513016 field public static final java.lang.String WIFI_P2P_CONNECTION_CHANGED_ACTION = "android.net.wifi.p2p.CONNECTION_STATE_CHANGE";
1301613017 field public static final java.lang.String WIFI_P2P_DISCOVERY_CHANGED_ACTION = "android.net.wifi.p2p.DISCOVERY_STATE_CHANGE";
Original file line number Diff line number Diff line change @@ -415,8 +415,8 @@ public WifiP2pManager(IWifiP2pManager service) {
415415 /**
416416 * Passed with {@link ActionListener#onFailure}.
417417 * Indicates that the {@link #discoverServices} failed because no service
418- * requests are set.
419- * @hide
418+ * requests are added. Use {@link #addServiceRequest} to add a service
419+ * request.
420420 */
421421 public static final int NO_SERVICE_REQUESTS = 3 ;
422422
You can’t perform that action at this time.
0 commit comments