public interface BtPeerListener
Modifier and Type | Method and Description |
---|---|
void |
notifyConnection(boolean connected)
Called when connection is established/lost.
|
void |
receiveDataBlock(int[] data)
Called when incoming data is received.
|