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

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

Completed in 97 milliseconds