A B C D E F G H I J L M N O P R S T U W

A

abort() - Method in interface javax.obex.Operation
Sends an ABORT message to the server.
acceptAndOpen() - Method in interface javax.bluetooth.L2CAPConnectionNotifier
Waits for a client to connect to this L2CAP service.
acceptAndOpen(ServerRequestHandler) - Method in interface javax.obex.SessionNotifier
Waits for a transport layer connection to be established and specifies the handler to handle the requests from the client.
acceptAndOpen(ServerRequestHandler, Authenticator) - Method in interface javax.obex.SessionNotifier
Waits for a transport layer connection to be established and specifies the handler to handle the requests from the client and the Authenticator to use to respond to authentication challenge and authentication response headers.
addElement(DataElement) - Method in class javax.bluetooth.DataElement
Adds a DataElement to this DATALT or DATSEQ DataElement object.
APPLICATION_PARAMETER - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Application Parameter header.
AUTHENTICATE_ENCRYPT - Static variable in interface javax.bluetooth.ServiceRecord
Authentication and encryption are required for connections to this service.
AUTHENTICATE_NOENCRYPT - Static variable in interface javax.bluetooth.ServiceRecord
Authentication is required for connections to this service, but not encryption.
authenticate() - Method in class javax.bluetooth.RemoteDevice
Attempts to authenticate this RemoteDevice.
Authenticator - interface javax.obex.Authenticator.
This interface provides a way to respond to authentication challenge and authentication response headers.
authorize(Connection) - Method in class javax.bluetooth.RemoteDevice
Determines if this RemoteDevice should be allowed to continue to access the local service provided by the Connection.

B

BluetoothConnectionException - exception javax.bluetooth.BluetoothConnectionException.
This BluetoothConnectionException is thrown when a Bluetooth connection (L2CAP, RFCOMM, or OBEX over RFCOMM) cannot be established successfully.
BluetoothConnectionException(int) - Constructor for class javax.bluetooth.BluetoothConnectionException
Creates a new BluetoothConnectionException with the error indicator specified.
BluetoothConnectionException(int, String) - Constructor for class javax.bluetooth.BluetoothConnectionException
Creates a new BluetoothConnectionException with the error indicator and message specified.
BluetoothStateException - exception javax.bluetooth.BluetoothStateException.
The BluetoothStateException is thrown when a request is made to the Bluetooth system that the system cannot support in its present state.
BluetoothStateException() - Constructor for class javax.bluetooth.BluetoothStateException
Creates a new BluetoothStateException without a detail message.
BluetoothStateException(String) - Constructor for class javax.bluetooth.BluetoothStateException
Creates a BluetoothStateException with the specified detail message.
BOOL - Static variable in class javax.bluetooth.DataElement
Defines data of type BOOL.

C

CACHED - Static variable in class javax.bluetooth.DiscoveryAgent
Used with the retrieveDevices() method to return those devices that were found via a previous inquiry.
cancelInquiry(DiscoveryListener) - Method in class javax.bluetooth.DiscoveryAgent
Removes the device from inquiry mode.
cancelServiceSearch(int) - Method in class javax.bluetooth.DiscoveryAgent
Cancels the service search transaction that has the specified transaction ID.
ClientSession - interface javax.obex.ClientSession.
The ClientSession interface provides methods for OBEX requests.
connect(HeaderSet) - Method in interface javax.obex.ClientSession
Completes an OBEX CONNECT operation.
COUNT - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Count header.
createAuthenticationChallenge(String, boolean, boolean) - Method in interface javax.obex.HeaderSet
Sets the authentication challenge header.
createHeaderSet() - Method in class javax.obex.ServerRequestHandler
Creates a HeaderSet object that may be used in put and get operations.
createHeaderSet() - Method in interface javax.obex.ClientSession
Creates a javax.obex.HeaderSet object.

D

DataElement - class javax.bluetooth.DataElement.
The DataElement class defines the various data types that a Bluetooth service attribute value may have.
DataElement(boolean) - Constructor for class javax.bluetooth.DataElement
Creates a DataElement whose data type is BOOL and whose value is equal to bool
DataElement(int) - Constructor for class javax.bluetooth.DataElement
Creates a DataElement of type NULL, DATALT, or DATSEQ.
DataElement(int, long) - Constructor for class javax.bluetooth.DataElement
Creates a DataElement that encapsulates an integer value of size U_INT_1, U_INT_2, U_INT_4, INT_1, INT_2, INT_4, and INT_8.
DataElement(int, Object) - Constructor for class javax.bluetooth.DataElement
Creates a DataElement whose data type is given by valueType and whose value is specified by the argument value.
DATALT - Static variable in class javax.bluetooth.DataElement
Defines data of type DATALT.
DATSEQ - Static variable in class javax.bluetooth.DataElement
Defines data of type DATSEQ.
DEFAULT_MTU - Static variable in interface javax.bluetooth.L2CAPConnection
Default MTU value for connection-oriented channels is 672 bytes.
delete(HeaderSet) - Method in interface javax.obex.ClientSession
Performs an OBEX DELETE operation.
DESCRIPTION - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Description header.
DeviceClass - class javax.bluetooth.DeviceClass.
The DeviceClass class represents the class of device (CoD) record as defined by the Bluetooth specification.
DeviceClass(int) - Constructor for class javax.bluetooth.DeviceClass
Creates a DeviceClass from the class of device record provided.
deviceDiscovered(RemoteDevice, DeviceClass) - Method in interface javax.bluetooth.DiscoveryListener
Called when a device is found during an inquiry.
disconnect(HeaderSet) - Method in interface javax.obex.ClientSession
Completes an OBEX DISCONNECT operation.
DiscoveryAgent - class javax.bluetooth.DiscoveryAgent.
The DiscoveryAgent class provides methods to perform device and service discovery.
DiscoveryListener - interface javax.bluetooth.DiscoveryListener.
The DiscoveryListener interface allows an application to receive device discovery and service discovery events.

E

encrypt(Connection, boolean) - Method in class javax.bluetooth.RemoteDevice
Attempts to turn encryption on or off for an existing connection.
equals(Object) - Method in class javax.bluetooth.UUID
Determines if two UUIDs are equal.
equals(Object) - Method in class javax.bluetooth.RemoteDevice
Determines if two RemoteDevices are equal.

F

FAILED_NOINFO - Static variable in class javax.bluetooth.BluetoothConnectionException
Indicates the connection to the server failed due to unknown reasons.

G

get(HeaderSet) - Method in interface javax.obex.ClientSession
Performs an OBEX GET operation.
getAttributeIDs() - Method in interface javax.bluetooth.ServiceRecord
Returns the service attribute IDs whose value could be retrieved by a call to getAttributeValue().
getAttributeValue(int) - Method in interface javax.bluetooth.ServiceRecord
Returns the value of the service attribute ID provided it is present in the service record, otherwise this method returns null.
getBluetoothAddress() - Method in class javax.bluetooth.LocalDevice
Retrieves the Bluetooth address of the local device.
getBluetoothAddress() - Method in class javax.bluetooth.RemoteDevice
Retrieves the Bluetooth address of this device.
getBoolean() - Method in class javax.bluetooth.DataElement
Returns the value of the DataElement if it is represented as a boolean.
getConnectionID() - Method in class javax.obex.ServerRequestHandler
Retrieves the connection ID that is being used in the present connection.
getConnectionID() - Method in interface javax.obex.ClientSession
Retrieves the connection ID that is being used in the present connection.
getConnectionURL(int, boolean) - Method in interface javax.bluetooth.ServiceRecord
Returns a String including optional parameters that can be used by a client to connect to the service described by this ServiceRecord.
getDataType() - Method in class javax.bluetooth.DataElement
Returns the data type of the object this DataElement represents.
getDeviceClass() - Method in class javax.bluetooth.LocalDevice
Retrieves the DeviceClass object that represents the service classes, major device class, and minor device class of the local device.
getDiscoverable() - Method in class javax.bluetooth.LocalDevice
Retrieves the local device's discoverable mode.
getDiscoveryAgent() - Method in class javax.bluetooth.LocalDevice
Returns the discovery agent for this device.
getFriendlyName() - Method in class javax.bluetooth.LocalDevice
Retrieves the name of the local device.
getFriendlyName(boolean) - Method in class javax.bluetooth.RemoteDevice
Returns the name of this device.
getHeader(int) - Method in interface javax.obex.HeaderSet
Retrieves the value of the header identifier provided.
getHeaderList() - Method in interface javax.obex.HeaderSet
Retrieves the list of headers that may be retrieved via the getHeader method that will not return null.
getHostDevice() - Method in interface javax.bluetooth.ServiceRecord
Returns the remote Bluetooth device that populated the service record with attribute values.
getLocalDevice() - Static method in class javax.bluetooth.LocalDevice
Retrieves the LocalDevice object for the local Bluetooth device.
getLong() - Method in class javax.bluetooth.DataElement
Returns the value of the DataElement if it can be represented as a long.
getMajorDeviceClass() - Method in class javax.bluetooth.DeviceClass
Retrieves the major device class.
getMinorDeviceClass() - Method in class javax.bluetooth.DeviceClass
Retrieves the minor device class.
getPassword() - Method in class javax.obex.PasswordAuthentication
Retrieves the password.
getProperty(String) - Static method in class javax.bluetooth.LocalDevice
Retrieves Bluetooth system properties.
getReceivedHeaders() - Method in interface javax.obex.Operation
Returns the headers that have been received during the operation.
getReceiveMTU() - Method in interface javax.bluetooth.L2CAPConnection
Returns the ReceiveMTU that the connection supports.
getRecord(Connection) - Method in class javax.bluetooth.LocalDevice
Gets the service record corresponding to a btspp, btl2cap, or btgoep notifier.
getRemoteDevice(Connection) - Static method in class javax.bluetooth.RemoteDevice
Retrieves the Bluetooth device that is at the other end of the Bluetooth Serial Port Profile connection, L2CAP connection, or OBEX over RFCOMM connection provided.
getResponseCode() - Method in interface javax.obex.HeaderSet
Returns the response code received from the server.
getResponseCode() - Method in interface javax.obex.Operation
Returns the response code received from the server.
getServiceClasses() - Method in class javax.bluetooth.DeviceClass
Retrieves the major service classes.
getSize() - Method in class javax.bluetooth.DataElement
Returns the number of DataElements that are present in this DATALT or DATSEQ object.
getStatus() - Method in class javax.bluetooth.BluetoothConnectionException
Gets the status set in the constructor that will indicate the reason for the exception.
getTransmitMTU() - Method in interface javax.bluetooth.L2CAPConnection
Returns the MTU that the remote device supports.
getUserName() - Method in class javax.obex.PasswordAuthentication
Retrieves the user name that was specified in the constructor.
getValue() - Method in class javax.bluetooth.DataElement
Returns the value of this DataElement as an Object.
GIAC - Static variable in class javax.bluetooth.DiscoveryAgent
The inquiry access code for General/Unlimited Inquiry Access Code (GIAC).

H

hashCode() - Method in class javax.bluetooth.UUID
Computes the hash code for this object.
hashCode() - Method in class javax.bluetooth.RemoteDevice
Computes the hash code for this object.
HeaderSet - interface javax.obex.HeaderSet.
The HeaderSet interface defines the methods that set and get the values of OBEX headers.
HTTP - Static variable in interface javax.obex.HeaderSet
Represents the OBEX HTTP header.

I

INQUIRY_COMPLETED - Static variable in interface javax.bluetooth.DiscoveryListener
Indicates the normal completion of device discovery.
INQUIRY_ERROR - Static variable in interface javax.bluetooth.DiscoveryListener
Indicates that the inquiry request failed to complete normally, but was not cancelled.
INQUIRY_TERMINATED - Static variable in interface javax.bluetooth.DiscoveryListener
Indicates device discovery has been canceled by the application and did not complete.
inquiryCompleted(int) - Method in interface javax.bluetooth.DiscoveryListener
Called when an inquiry is completed.
insertElementAt(DataElement, int) - Method in class javax.bluetooth.DataElement
Inserts a DataElement at the specified location.
INT_1 - Static variable in class javax.bluetooth.DataElement
Defines a signed integer of size one byte.
INT_16 - Static variable in class javax.bluetooth.DataElement
Defines a signed integer of size sixteen bytes.
INT_2 - Static variable in class javax.bluetooth.DataElement
Defines a signed integer of size two bytes.
INT_4 - Static variable in class javax.bluetooth.DataElement
Defines a signed integer of size four bytes.
INT_8 - Static variable in class javax.bluetooth.DataElement
Defines a signed integer of size eight bytes.
isAuthenticated() - Method in class javax.bluetooth.RemoteDevice
Determines if this RemoteDevice has been authenticated.
isAuthorized(Connection) - Method in class javax.bluetooth.RemoteDevice
Determines if this RemoteDevice has been authorized previously by the BCC of the local device to exchange data related to the service associated with the connection.
isEncrypted() - Method in class javax.bluetooth.RemoteDevice
Determines if data exchanges with this RemoteDevice are currently being encrypted.
isTrustedDevice() - Method in class javax.bluetooth.RemoteDevice
Determines if this is a trusted device according to the BCC.

J

javax.bluetooth - package javax.bluetooth
 
javax.obex - package javax.obex
 

L

L2CAPConnection - interface javax.bluetooth.L2CAPConnection.
The L2CAPConnection interface represents a connection-oriented L2CAP channel.
L2CAPConnectionNotifier - interface javax.bluetooth.L2CAPConnectionNotifier.
The L2CAPConnectionNotifier interface provides an L2CAP connection notifier.
LENGTH - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Length header.
LIAC - Static variable in class javax.bluetooth.DiscoveryAgent
The inquiry access code for Limited Dedicated Inquiry Access Code (LIAC).
LocalDevice - class javax.bluetooth.LocalDevice.
The LocalDevice class defines the basic functions of the Bluetooth manager.

M

MINIMUM_MTU - Static variable in interface javax.bluetooth.L2CAPConnection
Minimum MTU value for connection-oriented channels is 48 bytes.

N

NAME - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Name header.
NO_RESOURCES - Static variable in class javax.bluetooth.BluetoothConnectionException
Indicates the connection failed due to a lack of resources either on the local device or on the remote device.
NOAUTHENTICATE_NOENCRYPT - Static variable in interface javax.bluetooth.ServiceRecord
Authentication and encryption are not needed on a connection to this service.
NOT_DISCOVERABLE - Static variable in class javax.bluetooth.DiscoveryAgent
Takes the device out of discoverable mode.
NULL - Static variable in class javax.bluetooth.DataElement
Defines data of type NULL.

O

OBEX_DATABASE_FULL - Static variable in class javax.obex.ResponseCodes
Defines the OBEX DATABASE FULL response code.
OBEX_DATABASE_LOCKED - Static variable in class javax.obex.ResponseCodes
Defines the OBEX DATABASE LOCKED response code.
OBEX_HTTP_ACCEPTED - Static variable in class javax.obex.ResponseCodes
Defines the OBEX ACCEPTED response code.
OBEX_HTTP_BAD_GATEWAY - Static variable in class javax.obex.ResponseCodes
Defines the OBEX BAD GATEWAY response code.
OBEX_HTTP_BAD_METHOD - Static variable in class javax.obex.ResponseCodes
Defines the OBEX METHOD NOT ALLOWED response code.
OBEX_HTTP_BAD_REQUEST - Static variable in class javax.obex.ResponseCodes
Defines the OBEX BAD REQUEST response code.
OBEX_HTTP_CONFLICT - Static variable in class javax.obex.ResponseCodes
Defines the OBEX METHOD CONFLICT response code.
OBEX_HTTP_CREATED - Static variable in class javax.obex.ResponseCodes
Defines the OBEX CREATED response code.
OBEX_HTTP_ENTITY_TOO_LARGE - Static variable in class javax.obex.ResponseCodes
Defines the OBEX REQUESTED ENTITY TOO LARGE response code.
OBEX_HTTP_FORBIDDEN - Static variable in class javax.obex.ResponseCodes
Defines the OBEX FORBIDDEN response code.
OBEX_HTTP_GATEWAY_TIMEOUT - Static variable in class javax.obex.ResponseCodes
Defines the OBEX GATEWAY TIMEOUT response code.
OBEX_HTTP_GONE - Static variable in class javax.obex.ResponseCodes
Defines the OBEX METHOD GONE response code.
OBEX_HTTP_INTERNAL_ERROR - Static variable in class javax.obex.ResponseCodes
Defines the OBEX INTERNAL SERVER ERROR response code.
OBEX_HTTP_LENGTH_REQUIRED - Static variable in class javax.obex.ResponseCodes
Defines the OBEX METHOD LENGTH REQUIRED response code.
OBEX_HTTP_MOVED_PERM - Static variable in class javax.obex.ResponseCodes
Defines the OBEX MOVED PERMANENTLY response code.
OBEX_HTTP_MOVED_TEMP - Static variable in class javax.obex.ResponseCodes
Defines the OBEX MOVED TEMPORARILY response code.
OBEX_HTTP_MULT_CHOICE - Static variable in class javax.obex.ResponseCodes
Defines the OBEX MULTIPLE_CHOICES response code.
OBEX_HTTP_NO_CONTENT - Static variable in class javax.obex.ResponseCodes
Defines the OBEX NO CONTENT response code.
OBEX_HTTP_NOT_ACCEPTABLE - Static variable in class javax.obex.ResponseCodes
Defines the OBEX NOT ACCEPTABLE response code.
OBEX_HTTP_NOT_AUTHORITATIVE - Static variable in class javax.obex.ResponseCodes
Defines the OBEX NON-AUTHORITATIVE INFORMATION response code.
OBEX_HTTP_NOT_FOUND - Static variable in class javax.obex.ResponseCodes
Defines the OBEX NOT FOUND response code.
OBEX_HTTP_NOT_IMPLEMENTED - Static variable in class javax.obex.ResponseCodes
Defines the OBEX NOT IMPLEMENTED response code.
OBEX_HTTP_NOT_MODIFIED - Static variable in class javax.obex.ResponseCodes
Defines the OBEX NOT MODIFIED response code.
OBEX_HTTP_OK - Static variable in class javax.obex.ResponseCodes
Defines the OBEX SUCCESS response code.
OBEX_HTTP_PARTIAL - Static variable in class javax.obex.ResponseCodes
Defines the OBEX PARTIAL CONTENT response code.
OBEX_HTTP_PAYMENT_REQUIRED - Static variable in class javax.obex.ResponseCodes
Defines the OBEX PAYMENT REQUIRED response code.
OBEX_HTTP_PRECON_FAILED - Static variable in class javax.obex.ResponseCodes
Defines the OBEX PRECONDITION FAILED response code.
OBEX_HTTP_PROXY_AUTH - Static variable in class javax.obex.ResponseCodes
Defines the OBEX PROXY AUTHENTICATION REQUIRED response code.
OBEX_HTTP_REQ_TOO_LARGE - Static variable in class javax.obex.ResponseCodes
Defines the OBEX REQUESTED URL TOO LARGE response code.
OBEX_HTTP_RESET - Static variable in class javax.obex.ResponseCodes
Defines the OBEX RESET CONTENT response code.
OBEX_HTTP_SEE_OTHER - Static variable in class javax.obex.ResponseCodes
Defines the OBEX SEE OTHER response code.
OBEX_HTTP_TIMEOUT - Static variable in class javax.obex.ResponseCodes
Defines the OBEX REQUEST TIME OUT response code.
OBEX_HTTP_UNAUTHORIZED - Static variable in class javax.obex.ResponseCodes
Defines the OBEX UNAUTHORIZED response code.
OBEX_HTTP_UNAVAILABLE - Static variable in class javax.obex.ResponseCodes
Defines the OBEX SERVICE UNAVAILABLE response code.
OBEX_HTTP_UNSUPPORTED_TYPE - Static variable in class javax.obex.ResponseCodes
Defines the OBEX UNSUPPORTED MEDIA TYPE response code.
OBEX_HTTP_USE_PROXY - Static variable in class javax.obex.ResponseCodes
Defines the OBEX USE PROXY response code.
OBEX_HTTP_VERSION - Static variable in class javax.obex.ResponseCodes
Defines the OBEX HTTP VERSION NOT SUPPORTED response code.
OBJECT_CLASS - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Object Class header.
onAuthenticationChallenge(String, boolean, boolean) - Method in interface javax.obex.Authenticator
Called when a client or a server receives an authentication challenge header.
onAuthenticationFailure(byte[]) - Method in class javax.obex.ServerRequestHandler
Called when this object attempts to authenticate a client and the authentication request fails because the response digest in the authentication response header was wrong.
onAuthenticationResponse(byte[]) - Method in interface javax.obex.Authenticator
Called when a client or server receives an authentication response header.
onConnect(HeaderSet, HeaderSet) - Method in class javax.obex.ServerRequestHandler
Called when a CONNECT request is received.
onDelete(HeaderSet, HeaderSet) - Method in class javax.obex.ServerRequestHandler
Called when a DELETE request is received.
onDisconnect(HeaderSet, HeaderSet) - Method in class javax.obex.ServerRequestHandler
Called when a DISCONNECT request is received.
onGet(Operation) - Method in class javax.obex.ServerRequestHandler
Called when a GET request is received.
onPut(Operation) - Method in class javax.obex.ServerRequestHandler
Called when a PUT request is received.
onSetPath(HeaderSet, HeaderSet, boolean, boolean) - Method in class javax.obex.ServerRequestHandler
Called when a SETPATH request is received.
Operation - interface javax.obex.Operation.
The Operation interface provides ways to manipulate a single OBEX PUT or GET operation.

P

PasswordAuthentication - class javax.obex.PasswordAuthentication.
This class holds user name and password combinations.
PasswordAuthentication(byte[], byte[]) - Constructor for class javax.obex.PasswordAuthentication
Creates a new PasswordAuthentication with the user name and password provided.
populateRecord(int[]) - Method in interface javax.bluetooth.ServiceRecord
Retrieves the values by contacting the remote Bluetooth device for a set of service attribute IDs of a service that is available on a Bluetooth device.
PREKNOWN - Static variable in class javax.bluetooth.DiscoveryAgent
Used with the retrieveDevices() method to return those devices that are defined to be pre-known devices.
put(HeaderSet) - Method in interface javax.obex.ClientSession
Performs an OBEX PUT operation.

R

ready() - Method in interface javax.bluetooth.L2CAPConnection
Determines if there is a packet that can be read via a call to receive().
receive(byte[]) - Method in interface javax.bluetooth.L2CAPConnection
Reads a packet of data.
RemoteDevice - class javax.bluetooth.RemoteDevice.
The RemoteDevice class represents a remote Bluetooth device.
RemoteDevice(String) - Constructor for class javax.bluetooth.RemoteDevice
Creates a Bluetooth device based upon its address.
removeElement(DataElement) - Method in class javax.bluetooth.DataElement
Removes the first occurrence of the DataElement from this object.
ResponseCodes - class javax.obex.ResponseCodes.
The ResponseCodes class contains the list of valid response codes a server may send to a client.
retrieveDevices(int) - Method in class javax.bluetooth.DiscoveryAgent
Returns an array of Bluetooth devices that have either been found by the local device during previous inquiry requests or been specified as a pre-known device depending on the argument.

S

searchServices(int[], UUID[], RemoteDevice, DiscoveryListener) - Method in class javax.bluetooth.DiscoveryAgent
Searches for services on a remote Bluetooth device that have all the UUIDs specified in uuidSet.
SECURITY_BLOCK - Static variable in class javax.bluetooth.BluetoothConnectionException
Indicates the connection failed because the security settings on the local device or the remote device were incompatible with the request.
selectService(UUID, int, boolean) - Method in class javax.bluetooth.DiscoveryAgent
Attempts to locate a service that contains uuid in the ServiceClassIDList of its service record.
send(byte[]) - Method in interface javax.bluetooth.L2CAPConnection
Requests that data be sent to the remote device.
sendHeaders(HeaderSet) - Method in interface javax.obex.Operation
Specifies the headers that should be sent in the next OBEX message that is sent.
ServerRequestHandler - class javax.obex.ServerRequestHandler.
The ServerRequestHandler class defines an event listener that will respond to OBEX requests made to the server.
ServerRequestHandler() - Constructor for class javax.obex.ServerRequestHandler
Creates a ServerRequestHandler.
SERVICE_SEARCH_COMPLETED - Static variable in interface javax.bluetooth.DiscoveryListener
Indicates the normal completion of service discovery.
SERVICE_SEARCH_DEVICE_NOT_REACHABLE - Static variable in interface javax.bluetooth.DiscoveryListener
Indicates the service search could not be completed because the remote device provided to DiscoveryAgent.searchServices() could not be reached.
SERVICE_SEARCH_ERROR - Static variable in interface javax.bluetooth.DiscoveryListener
Indicates the service search terminated with an error.
SERVICE_SEARCH_NO_RECORDS - Static variable in interface javax.bluetooth.DiscoveryListener
Indicates the service search has completed with no service records found on the device.
SERVICE_SEARCH_TERMINATED - Static variable in interface javax.bluetooth.DiscoveryListener
Indicates the service search has been canceled by the application and did not complete.
ServiceRecord - interface javax.bluetooth.ServiceRecord.
The ServiceRecord interface describes characteristics of a Bluetooth service.
ServiceRegistrationException - exception javax.bluetooth.ServiceRegistrationException.
The ServiceRegistrationException is thrown when there is a failure to add a service record to the local Service Discovery Database (SDDB) or to modify an existing service record in the SDDB.
ServiceRegistrationException() - Constructor for class javax.bluetooth.ServiceRegistrationException
Creates a ServiceRegistrationException without a detailed message.
ServiceRegistrationException(String) - Constructor for class javax.bluetooth.ServiceRegistrationException
Creates a ServiceRegistrationException with a detailed message.
servicesDiscovered(int, ServiceRecord[]) - Method in interface javax.bluetooth.DiscoveryListener
Called when service(s) are found during a service search.
serviceSearchCompleted(int, int) - Method in interface javax.bluetooth.DiscoveryListener
Called when a service search is completed or was terminated because of an error.
SessionNotifier - interface javax.obex.SessionNotifier.
The SessionNotifier interface defines a connection notifier for server-side OBEX connections.
setAttributeValue(int, DataElement) - Method in interface javax.bluetooth.ServiceRecord
Modifies this ServiceRecord to contain the service attribute defined by the attribute-value pair (attrID, attrValue).
setAuthenticator(Authenticator) - Method in interface javax.obex.ClientSession
Sets the Authenticator to use with this connection.
setConnectionID(long) - Method in class javax.obex.ServerRequestHandler
Sets the connection ID header to include in the reply packets.
setConnectionID(long) - Method in interface javax.obex.ClientSession
Sets the connection ID header to include in the request packets.
setDeviceServiceClasses(int) - Method in interface javax.bluetooth.ServiceRecord
Used by a server application to indicate the major service class bits that should be activated in the server's DeviceClass when this ServiceRecord is added to the SDDB.
setDiscoverable(int) - Method in class javax.bluetooth.LocalDevice
Sets the discoverable mode of the device.
setHeader(int, Object) - Method in interface javax.obex.HeaderSet
Sets the value of the header identifier to the value provided.
setPath(HeaderSet, boolean, boolean) - Method in interface javax.obex.ClientSession
Completes an OBEX SETPATH operation.
startInquiry(int, DiscoveryListener) - Method in class javax.bluetooth.DiscoveryAgent
Places the device into inquiry mode.
STRING - Static variable in class javax.bluetooth.DataElement
Defines data of type STRING.

T

TARGET - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Target header.
TIME_4_BYTE - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Time header using the 4 byte representation.
TIME_ISO_8601 - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Time header using the ISO 8601 standards.
TIMEOUT - Static variable in class javax.bluetooth.BluetoothConnectionException
Indicates the connection to the server failed due to a timeout.
toString() - Method in class javax.bluetooth.UUID
Returns the string representation of the 128-bit UUID object.
TYPE - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Type header.

U

U_INT_1 - Static variable in class javax.bluetooth.DataElement
Defines an unsigned integer of size one byte.
U_INT_16 - Static variable in class javax.bluetooth.DataElement
Defines an unsigned integer of size sixteen bytes.
U_INT_2 - Static variable in class javax.bluetooth.DataElement
Defines an unsigned integer of size two bytes.
U_INT_4 - Static variable in class javax.bluetooth.DataElement
Defines an unsigned integer of size four bytes.
U_INT_8 - Static variable in class javax.bluetooth.DataElement
Defines an unsigned integer of size eight bytes.
UNACCEPTABLE_PARAMS - Static variable in class javax.bluetooth.BluetoothConnectionException
Indicates the connection failed because the configuration parameters provided were not acceptable to either the remote device or the local device.
UNKNOWN_PSM - Static variable in class javax.bluetooth.BluetoothConnectionException
Indicates the connection to the server failed because no service for the given PSM was registered.
updateRecord(ServiceRecord) - Method in class javax.bluetooth.LocalDevice
Updates the service record in the local SDDB that corresponds to the ServiceRecord parameter.
URL - Static variable in class javax.bluetooth.DataElement
Defines data of type URL.
UUID - class javax.bluetooth.UUID.
The UUID class defines universally unique identifiers.
UUID - Static variable in class javax.bluetooth.DataElement
Defines data of type UUID.
UUID(long) - Constructor for class javax.bluetooth.UUID
Creates a UUID object from long value uuidValue.
UUID(String, boolean) - Constructor for class javax.bluetooth.UUID
Creates a UUID object from the string provided.

W

WHO - Static variable in interface javax.obex.HeaderSet
Represents the OBEX Who header.

A B C D E F G H I J L M N O P R S T U W