com.sun.kvem.jsr082.bluetooth |
Bluetooth implementation
KVEM implementation for Bluetooth API.
KVEM implementation for the Bluetooth API presented by
javax.bluetooth package.
|
Java Source File Name | Type | Comment |
BluetoothConnection.java | Class | Base class for all bluetooth connections. |
BluetoothNotifier.java | Class | Base class for all bluetooth notifiers. |
DataElementSerializer.java | Class | Serializes and restores DataElement objects. |
DataL2CAPReaderWriter.java | Class | Logical Link Control and Adaptation Protocol connection reader/writer. |
DiscoveryAgentImpl.java | Class | The DiscoveryAgentImpl class is a DiscoveryAgent
API class implementation which does not extend this API class. |
JavaBCC.java | Class | Java-based Bluetooth Control Center. |
LocalDeviceImpl.java | Class | The LocalDeviceImpl class is a LocalDevice
API class implementation. |
NativeBCC.java | Class | Native-based Bluetooth Control Center. |
RemoteDeviceImpl.java | Class | Extends RemoteDevice class to allow creating
instances in this package. |
SDP.java | Class | Contains common Servive Discovery Protocol data. |
SDPClient.java | Class | SDPClient class provides a client side of SDP connection as described in
Bluetooth Specification version 1.2. |
SDPResponseListener.java | Interface | Common interface for SDP server responses listeners. |
SDPServer.java | Class | Represents Servive Discovery Protocol Server. |
SelectServiceHandler.java | Class | This class represents the module which is used by
DiscoveryAgent#selectService method implementation. |
ServiceRecordImpl.java | Class | Service record implementation. |
ServiceRecordSerializer.java | Class | Serializes ServiceRecord objects. |
ServiceSearcher.java | Class | |
ServiceSearcherBase.java | Class | This class saves information about every service descovery request
to provide functionality of DiscoveryAgent using multiple requests
via SDPClient (Service Descovery Protocol) by ServiceSelector
and ServiceSearcher classes. |
ServiceSelector.java | Class | This class provides functionality of DiscoveryAgent.selectService()
(see JSR 82 texts for details) using SDP serviceAttribute request. |