public static class WifiP2pServiceResponse.Status extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BAD_REQUEST
bad request
|
static int |
REQUESTED_INFORMATION_NOT_AVAILABLE
the requested information is not available
|
static int |
SERVICE_PROTOCOL_NOT_AVAILABLE
the service protocol type is not available
|
static int |
SUCCESS
success
|
public static final int SUCCESS
public static final int SERVICE_PROTOCOL_NOT_AVAILABLE
public static final int REQUESTED_INFORMATION_NOT_AVAILABLE
public static final int BAD_REQUEST
public static String toString(int status)