Uses of Class
javax.bluetooth.DeviceClass

Packages that use DeviceClass
com.intel.bluetooth   
javax.bluetooth   
lejos.pc.comm Communication from the PC to the NXT 
 

Uses of DeviceClass in com.intel.bluetooth
 

Methods in com.intel.bluetooth that return DeviceClass
 DeviceClass BluetoothStack.getLocalDeviceClass()
          Retrieves the class of the local device.
 

Methods in com.intel.bluetooth with parameters of type DeviceClass
 void SelectServiceHandler.deviceDiscovered(RemoteDevice btDevice, DeviceClass cod)
           
static String BluetoothConsts.toString(DeviceClass dc)
           
static String BluetoothConsts.DeviceClassConsts.toString(DeviceClass dc)
           
 

Uses of DeviceClass in javax.bluetooth
 

Methods in javax.bluetooth that return DeviceClass
 DeviceClass LocalDevice.getDeviceClass()
          Retrieves the DeviceClass object that represents the service classes, major device class, and minor device class of the local device.
 

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.
 

Uses of DeviceClass in lejos.pc.comm
 

Methods in lejos.pc.comm with parameters of type DeviceClass
 void NXTCommBluecove.deviceDiscovered(RemoteDevice btDevice, DeviceClass cod)