Searched refs:authResp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DObexSession.java192 * @param authResp the authentication response
196 public boolean handleAuthResp(byte[] authResp) { argument
202 (byte)0x01, authResp));
213 byte[] actualResponse = ObexHelper.getTagValue((byte)0x00, authResp);

Completed in 55 milliseconds