Uses of Interface
ch.aplu.android.bluetooth.BluetoothServerListener

Packages that use BluetoothServerListener
ch.aplu.android.bluetooth Addon package of the JDroidLib framework for Bluetooth communication. 
 

Uses of BluetoothServerListener in ch.aplu.android.bluetooth
 

Constructors in ch.aplu.android.bluetooth with parameters of type BluetoothServerListener
BluetoothServer(android.bluetooth.BluetoothAdapter adapter, java.lang.String serviceName, BluetoothServerListener listener)
          Creates a BluetoothServer instance, registers the given BluetoothServerListener and starts a server thread that waits for an incomming client connection request.