Modifier and Type |
Field and Description |
static java.lang.String |
ACTION_REGISTRATION_REQUIRED
Broadcast Action: Indicates that an installed peer agent has been required to register.
|
static java.lang.String |
ACTION_SERVICE_CONNECTION_REQUESTED
Broadcast Action: Indicates that an incoming service connection request from remote Accessory Peer Agent has
been received.
|
static int |
AUTHENTICATION_FAILURE_PEER_AGENT_NOT_SUPPORTED
The remote Accessory Peer Agent does not support authentication.
|
static int |
AUTHENTICATION_FAILURE_TOKEN_NOT_GENERATED
The remote Accessory Peer Agent's authentication token is not generated.
|
static int |
AUTHENTICATION_SUCCESS
Authentication request succeeded.
|
static int |
CONNECTION_ALREADY_EXIST
Service Connection establishment failed as another Service Connection request with the same remote Accessory
Peer Agent has been already established.
|
static int |
CONNECTION_DUPLICATE_REQUEST
Service Connection establishment failed as another attempt with same remote Accessory Peer Agent is still in
progress.
|
static int |
CONNECTION_FAILURE_DEVICE_UNREACHABLE
Service Connection establishment failed as the remote Accessory Peer Agent is unreachable.
|
static int |
CONNECTION_FAILURE_INVALID_PEERAGENT
Service Connection establishment failed as the SAPeerAgent input argument is null or invalid.
|
static int |
CONNECTION_FAILURE_NETWORK
Service Connection establishment failed due to network errors.
|
static int |
CONNECTION_FAILURE_PEERAGENT_NO_RESPONSE
Service Connection establishment failed as the remote Accessory Peer Agent does not give any response.
|
static int |
CONNECTION_FAILURE_PEERAGENT_REJECTED
Service Connection establishment failed as the remote Accessory Peer Agent rejected the request.
|
static int |
CONNECTION_FAILURE_SERVICE_LIMIT_REACHED
Service Connection establishment failed as the service limit set by the Accessory Peer Agent has been
reached.
|
static int |
CONNECTION_SUCCESS
Service Connection has been established successfully.
|
static int |
ERROR_AGENT_REQUEST_IN_PROGRESS
Requested Agent Class is being released.
|
static int |
ERROR_CLASS_NOT_FOUND
Requested Agent Class is not found.
|
static int |
ERROR_CONNECTION_INVALID_PARAM
Data kept by Samsung Accessory Service Framework was lost and cannot be recovered from this error in
runtime.
|
static int |
ERROR_CONSTRUCTOR_EXCEPTION
Requested Agent Class constructor threw an exception.
|
static int |
ERROR_CONSTRUCTOR_NOT_FOUND
Requested Agent Class Constructor is not found.
|
static int |
ERROR_FATAL
Fatal error occurred such as binding failure or if the Samsung Accessory Service Framework has stopped.
|
static int |
ERROR_PERMISSION_DENIED
Binding to Samsung Accessory Service failed due to permission issue.
|
static int |
ERROR_PERMISSION_FAILED
Binding to Samsung Accessory Service failed due to permission mismatch.
|
static int |
ERROR_SDK_NOT_INITIALIZED
Samsung Accessory SDK is not initialized.
|
static int |
FINDPEER_DEVICE_NOT_CONNECTED
Accessory Devices are not connected.
|
static int |
FINDPEER_DUPLICATE_REQUEST
Another request to find an Accessory Peer Agent calling findPeerAgents() is still in progress.
|
static int |
FINDPEER_SERVICE_NOT_FOUND
No matching Accessory Peer Agents exist on connected Accessory Devices.
|
static int |
PEER_AGENT_AVAILABLE
Accessory Peer Agents have been available on a remote Accessory Device.
|
static int |
PEER_AGENT_FOUND
Accessory Peer Agents have been found.
|
static int |
PEER_AGENT_UNAVAILABLE
Accessory Peer Agents have been unavailable on a remote Accessory Device.
|