com.googlecode.android_scripting.bluetooth
Class BluetoothDiscoveryHelper

java.lang.Object
  extended by com.googlecode.android_scripting.bluetooth.BluetoothDiscoveryHelper

public class BluetoothDiscoveryHelper
extends java.lang.Object


Nested Class Summary
static interface BluetoothDiscoveryHelper.BluetoothDiscoveryListener
           
 
Constructor Summary
BluetoothDiscoveryHelper(Context context, BluetoothDiscoveryHelper.BluetoothDiscoveryListener listener)
           
 
Method Summary
 void cancel()
           
 void startDiscovery()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BluetoothDiscoveryHelper

public BluetoothDiscoveryHelper(Context context,
                                BluetoothDiscoveryHelper.BluetoothDiscoveryListener listener)
Method Detail

startDiscovery

public void startDiscovery()

cancel

public void cancel()