Fields Summary |
---|
static final int | IO_ERRORTransaction cancelling reason: abnormal IO error. |
static final int | TERMINATEDTransaction cancelling reason: transaction has been terminated. |
static final int | SDP_INVALID_VERSIONError code returned by SDP server: Invalid/unsupported SDP version. |
static final int | SDP_INVALID_SR_HANDLEError code returned by SDP server: Invalid Service Record Handle. |
static final int | SDP_INVALID_SYNTAXError code returned by SDP server: Invalid request syntax. |
static final int | SDP_INVALID_PDU_SIZEError code returned by SDP server: Invalid PDU Size. |
static final int | SDP_INVALID_CONTINUATION_STATEError code returned by SDP server: Invalid Continuation State. |
static final int | SDP_INSUFFICIENT_RESOURCESError code returned by SDP server: Insufficient Resources to satisfy
Request. |
Methods Summary |
---|
public void | errorResponse(int errorCode, java.lang.String info, int transactionID)Informs this listener about errors during Service Discovering process.
|
public void | serviceAttributeResponse(int[] attrIDs, javax.bluetooth.DataElement[] attributeValues, int transactionID)Informs this listener about found attributes of specified service record.
|
public void | serviceSearchAttributeResponse(int[] attrIDs, javax.bluetooth.DataElement[] attributeValues, int transactionID)Informs this listener about attributes of fisrt found service record.
|
public void | serviceSearchResponse(int[] handleList, int transactionID)Informs this listener about found services records.
|