Uses of Class
javax.bluetooth.BluetoothStateException

Packages that use BluetoothStateException
javax.bluetooth Standard Bluetooth classes 
lejos.addon.keyboard Support for Bluetooth SPP keyboards 
 

Uses of BluetoothStateException in javax.bluetooth
 

Methods in javax.bluetooth that throw BluetoothStateException
static LocalDevice LocalDevice.getLocalDevice()
           
 boolean LocalDevice.setDiscoverable(int mode)
          Normally the mode values are found in javax.bluetooth.DiscoveryAgent.
 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.