|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteDevice | |
|---|---|
| com.intel.bluetooth | BlueCove JSR-82 for J2SE implementation. |
| javax.bluetooth | JSR 82: Java APIs for Bluetooth http://jcp.org/en/jsr/detail?id=82 |
| Uses of RemoteDevice in com.intel.bluetooth |
|---|
| Methods in com.intel.bluetooth that return RemoteDevice | |
|---|---|
RemoteDevice |
BluetoothConnectionAccess.getRemoteDevice()
|
RemoteDevice |
BluetoothConnectionAccessAdapter.getRemoteDevice()
|
static RemoteDevice |
RemoteDeviceHelper.getRemoteDevice(Connection conn)
|
static RemoteDevice[] |
RemoteDeviceHelper.retrieveDevices(BluetoothStack bluetoothStack,
int option)
(non-Javadoc) |
RemoteDevice[] |
BluetoothStack.retrieveDevices(int option)
|
| Methods in com.intel.bluetooth with parameters of type RemoteDevice | |
|---|---|
static boolean |
RemoteDeviceHelper.authenticate(RemoteDevice device)
Attempts to authenticate RemoteDevice. |
static boolean |
RemoteDeviceHelper.authenticate(RemoteDevice device,
String passkey)
Sends an authentication request to a remote Bluetooth device. |
static boolean |
RemoteDeviceHelper.authorize(RemoteDevice device,
Connection conn)
Determines if this RemoteDevice should be allowed to continue to access the local service provided by the Connection. |
void |
SelectServiceHandler.deviceDiscovered(RemoteDevice btDevice,
DeviceClass cod)
|
static boolean |
RemoteDeviceHelper.encrypt(RemoteDevice device,
Connection conn,
boolean on)
Attempts to turn encryption on or off for an existing connection. |
static String |
RemoteDeviceHelper.getFriendlyName(RemoteDevice device,
long address,
boolean alwaysAsk)
|
static boolean |
RemoteDeviceHelper.isAuthenticated(RemoteDevice device)
Determines if this RemoteDevice has been authenticated. |
static boolean |
RemoteDeviceHelper.isAuthorized(RemoteDevice device,
Connection conn)
|
static boolean |
RemoteDeviceHelper.isEncrypted(RemoteDevice device)
Determines if data exchanges with this RemoteDevice are currently being encrypted. |
static boolean |
RemoteDeviceHelper.isTrustedDevice(RemoteDevice device)
|
static void |
RemoteDeviceHelper.removeAuthentication(RemoteDevice device)
Removes authentication between local and remote bluetooth devices. |
int |
BluetoothStack.searchServices(int[] attrSet,
UUID[] uuidSet,
RemoteDevice device,
DiscoveryListener listener)
called by JSR-82 code Service search |
void |
BluetoothConnectionAccess.setRemoteDevice(RemoteDevice remoteDevice)
|
void |
BluetoothConnectionAccessAdapter.setRemoteDevice(RemoteDevice remoteDevice)
|
| Uses of RemoteDevice in javax.bluetooth |
|---|
| Methods in javax.bluetooth that return RemoteDevice | |
|---|---|
RemoteDevice |
ServiceRecord.getHostDevice()
Returns the remote Bluetooth device that populated the service record with attribute values. |
static RemoteDevice |
RemoteDevice.getRemoteDevice(Connection conn)
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. |
RemoteDevice[] |
DiscoveryAgent.retrieveDevices(int option)
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. |
| Methods in javax.bluetooth with parameters of type RemoteDevice | |
|---|---|
void |
DiscoveryListener.deviceDiscovered(RemoteDevice btDevice,
DeviceClass cod)
Called when a device is found during an inquiry. |
int |
DiscoveryAgent.searchServices(int[] attrSet,
UUID[] uuidSet,
RemoteDevice btDev,
DiscoveryListener discListener)
Searches for services on a remote Bluetooth device that have all the UUIDs specified in uuidSet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||