public class BtServiceInfo
extends java.lang.Object
Constructor and Description |
---|
BtServiceInfo(javax.bluetooth.RemoteDevice dev,
javax.bluetooth.ServiceRecord sr)
Creates a BtServiceInfo instance.
|
Modifier and Type | Method and Description |
---|---|
javax.bluetooth.RemoteDevice |
getRemoteDevice()
Returns the RemoteDevice part of BtServiceInfo.
|
javax.bluetooth.ServiceRecord |
getServiceRecord()
Returns the ServiceRecord part of BtServiceInfo.
|