Uses of Class
br.org.fito.j8051.bluetooth.BluetoothConnection

Packages that use BluetoothConnection
br.org.fito.j8051.bluetooth   
br.org.fito.j8051.micro   
 

Uses of BluetoothConnection in br.org.fito.j8051.bluetooth
 

Methods in br.org.fito.j8051.bluetooth that return BluetoothConnection
 BluetoothConnection BluetoothEngine.getBluetoothConnection(javax.bluetooth.RemoteDevice remoteDevice)
          Given a RemoteDevice object, creates a bluetooth connection.
 

Uses of BluetoothConnection in br.org.fito.j8051.micro
 

Methods in br.org.fito.j8051.micro with parameters of type BluetoothConnection
 void MicroFarejadorSender.setBluetoothConnection(BluetoothConnection bluetoothConnection)
          set a BluetoothConnection object for the communication between the Sender(this class) and the microcontroler.