peer2me.network.bluetooth
Interface BluetoothServiceDiscoveryListener

All Known Implementing Classes:
BluetoothNetwork

public interface BluetoothServiceDiscoveryListener

This interface has to be implemented by classes that wants to do a Bluetooth service discovery using the BluetoothServiceDiscovery class, and receive callbacks from this class. In this case, the class BluetoothNetwork implements this interface.

Author:
Torbjørn Vatn & Steinar A. Hestnes

Method Summary
 void serviceDiscoveryError()
          What to do when something went wrong during servicediscovery
 void serviceSearchCompleted()
          What to do when serviceSearch is completed
 

Method Detail

serviceSearchCompleted

public void serviceSearchCompleted()
What to do when serviceSearch is completed


serviceDiscoveryError

public void serviceDiscoveryError()
What to do when something went wrong during servicediscovery