Package ch.aplu.bluetooth

Package for Bluetooth communication based on lejos.nxt.comm.Bluetooth

See:
          Description

Interface Summary
BtListener Declaration of a notification method called from the class BluetoothServer.
BtPeerListener Declarations of notification methods called from the class BluetoothPeer.
 

Class Summary
BluetoothClient Class to create a client that connects to a server via Bluetooth.
BluetoothPeer Class that implements a Bluetooth peer-to-peer communication based on the client-server model.
BluetoothServer Class that creates a Bluetooth server thread.
 

Package ch.aplu.bluetooth Description

Package for Bluetooth communication based on lejos.nxt.comm.Bluetooth