|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBluetoothSppListener
Callback interface for the handling of events generated by the ESF serial port profile agent.
Method Summary | |
---|---|
void |
newConnectionStatus(boolean connected)
Called by the SPP agent thread to indicate that the connection to the remote device has been either newly established or newly lost. |
void |
newData(byte[] data)
Called by the SPP agent thread when new data has arrived from the remote device. |
Method Detail |
---|
void newData(byte[] data)
data
- byte[], new input data from the remote device.void newConnectionStatus(boolean connected)
connected
- boolean, true if the connection to the remote device is
established.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |