Uses of Class
javax.bluetooth.BluetoothStateException

Packages that use BluetoothStateException
com.intel.bluetooth   
javax.bluetooth   
lejos.addon.keyboard Support for Bluetooth SPP keyboards 
 

Uses of BluetoothStateException in com.intel.bluetooth
 

Methods in com.intel.bluetooth that throw BluetoothStateException
 BluetoothStack BlueCoveImpl.getBluetoothStack()
          Applications should not used this function.
 int BluetoothStack.getLibraryVersion()
          Used to verify native library version.
 String BluetoothStack.getLocalDeviceBluetoothAddress()
          Retrieves the Bluetooth address of the local device.
 String BlueCoveImpl.getLocalDeviceFeature(int featureID)
           
static Vector BlueCoveImpl.getLocalDevicesID()
          List the local adapters that can be initialized using configuration property "bluecove.deviceID".
static Object BlueCoveImpl.getThreadBluetoothStackID()
          Initialize BluetoothStack if not already done and returns the ID to be used in other threads accessing the same stack.
 void BluetoothStack.initialize()
          Call is made when we want to use this stack.
 int BluetoothStack.searchServices(int[] attrSet, UUID[] uuidSet, RemoteDevice device, DiscoveryListener listener)
          called by JSR-82 code Service search
 String SelectServiceHandler.selectService(UUID uuid, int security, boolean master)
          Attempts to locate a service that contains uuid in the ServiceClassIDList of its service record.
 String BlueCoveImpl.setBluetoothStack(String stack)
          Deprecated. use setConfigProperty("bluecove.stack", ...);
 boolean BluetoothStack.setLocalDeviceDiscoverable(int mode)
           
 boolean BluetoothStack.startInquiry(int accessCode, DiscoveryListener listener)
          called by JSR-82 code Device Inquiry
 

Uses of BluetoothStateException in javax.bluetooth
 

Methods in javax.bluetooth that throw BluetoothStateException
static LocalDevice LocalDevice.getLocalDevice()
          Retrieves the LocalDevice object for the local Bluetooth device.
 int DiscoveryAgent.searchServices(int[] attrSet, UUID[] uuidSet, RemoteDevice btDev, DiscoveryListener discListener)
          Searches for services on a remote Bluetooth device that have all the UUIDs specified in uuidSet.
 String DiscoveryAgent.selectService(UUID uuid, int security, boolean master)
          Attempts to locate a service that contains uuid in the ServiceClassIDList of its service record.
 boolean LocalDevice.setDiscoverable(int mode)
          Sets the discoverable mode of the device.
 boolean DiscoveryAgent.startInquiry(int accessCode, DiscoveryListener listener)
          Places the device into inquiry mode.
 

Uses of BluetoothStateException in lejos.addon.keyboard
 

Constructors in lejos.addon.keyboard that throw BluetoothStateException
Keyboard()
          Makes Bluetooth connection to SPP keyboard.