Uses of Class
javax.bluetooth.DeviceClass

Packages that use DeviceClass
javax.bluetooth Standard Bluetooth classes 
 

Uses of DeviceClass in javax.bluetooth
 

Methods in javax.bluetooth that return DeviceClass
 DeviceClass LocalDevice.getDeviceClass()
          The Bluetooth device class for the LEGO NXT brick.
 

Methods in javax.bluetooth with parameters of type DeviceClass
 void DiscoveryListener.deviceDiscovered(RemoteDevice btDevice, DeviceClass cod)
          Called when a device is found during an inquiry.