|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esf.device.bluetooth.discovery.service.BluetoothDevice
This class is used to contain the information related to a single Bluetooth device. Each instance of this class will represent a device found during the most recent Bluetooth device discovery process.
Constructor Summary | |
BluetoothDevice()
|
Method Summary | |
java.lang.String |
getBluetoothAddress()
The Bluetooth device address; similar to the MAC address for an Ethernet device. |
java.lang.String |
getFriendlyName()
Returns the Bluetooth friendly name of this device. |
java.util.ArrayList |
getServiceList()
Returns a collection of BluetoothService objects, representing the Bluetooth services discovered for this device. |
java.lang.String |
toString()
Typically used for application debugging, this method returns a string representation of the Bluetooth device. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BluetoothDevice()
Method Detail |
public java.lang.String getFriendlyName()
public java.lang.String getBluetoothAddress()
public java.util.ArrayList getServiceList()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |