public class BtDeviceInfo
extends java.lang.Object
| Constructor and Description |
|---|
BtDeviceInfo(javax.bluetooth.RemoteDevice dev,
javax.bluetooth.DeviceClass dc)
Creates a BtDeviceInfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
javax.bluetooth.DeviceClass |
getDeviceClass()
Returns the DeviceClass part of BtDeviceInfo.
|
javax.bluetooth.RemoteDevice |
getRemoteDevice()
Returns the RemoteDevice part of BtDeviceInfo.
|