Uses of Class
lejos.nxt.comm.BTConnection

Packages that use BTConnection
lejos.nxt.comm NXT communication classes 
 

Uses of BTConnection in lejos.nxt.comm
 

Methods in lejos.nxt.comm that return BTConnection
static BTConnection Bluetooth.connect(RemoteDevice remoteDevice)
          Connects to a remote device.
static BTConnection Bluetooth.connect(String target, int mode)
          Connect to the specified device, either by name or address
static BTConnection Bluetooth.connect(String target, int mode, byte[] pin)
          Connect to the specified device, either by name or address
static BTConnection Bluetooth.waitForConnection()
          Uses the current default PIN
static BTConnection Bluetooth.waitForConnection(int timeout, int mode)
          Uses the current default PIN
static BTConnection Bluetooth.waitForConnection(int timeout, int mode, byte[] pin)
          Wait for a remote device to connect.