ch.aplu.bluetooth
Interface BtPeerListener

All Known Implementing Classes:
Transceiver

public interface BtPeerListener

Declarations of notification methods called from the class BluetoothPeer.


Method Summary
 void notifyConnection(boolean connected)
          Called when connection is established/lost.
 void receiveDataBlock(int[] data)
          Called when incoming data is received.
 

Method Detail

receiveDataBlock

void receiveDataBlock(int[] data)
Called when incoming data is received.


notifyConnection

void notifyConnection(boolean connected)
Called when connection is established/lost.