Uses of Class
peer2me.network.bluetooth.Device

Packages that use Device
peer2me.network.bluetooth   
 

Uses of Device in peer2me.network.bluetooth
 

Methods in peer2me.network.bluetooth that return Device
 Device DeviceList.getDevice(java.lang.String bluetoothAdress)
           
 Device[] DeviceList.getDevices()
           
 

Methods in peer2me.network.bluetooth with parameters of type Device
 void DeviceList.addDevice(Device d)