Uses of Interface
it.gerdavax.android.bluetooth.LocalBluetoothDeviceListener

Packages that use LocalBluetoothDeviceListener
it.gerdavax.android.bluetooth   
 

Uses of LocalBluetoothDeviceListener in it.gerdavax.android.bluetooth
 

Methods in it.gerdavax.android.bluetooth with parameters of type LocalBluetoothDeviceListener
 void LocalBluetoothDevice.setListener(LocalBluetoothDeviceListener listener)
          Sets the LocalBluetoothDeviceListener which will receive events about Bluetooth activation and device discovery progress WARNING: all invocations to the listener are synchronous, therefore listener's method implementation must avoid long operations.