public interface BtListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyConnection(javax.bluetooth.RemoteDevice rd,
java.io.InputStream is,
java.io.OutputStream os)
Called when a client connects successfully to the server.
|
void notifyConnection(javax.bluetooth.RemoteDevice rd,
java.io.InputStream is,
java.io.OutputStream os)
rd - the RemoteDevice that is connectedis - the InputStream to get data from the connected clientos - the OutputStream to send data to the connected client