HomeSort by relevance Sort by last modified time
    Searched full:srmp (Results 1 - 3 of 3) sorted by null

  /frameworks/base/obex/javax/obex/
ServerOperation.java 110 // a different OBEX packet than the SRMP header.
304 Byte srmp = (Byte)requestHeader.getHeader(HeaderSet.SINGLE_RESPONSE_MODE_PARAMETER); local
305 if(srmp != null && srmp == ObexHelper.OBEX_SRMP_WAIT) {
592 * I'm not sure how to understand "Receipt of invalid or unexpected SRM or SRMP
595 * whether or not it contains SRM/SRMP headers...
607 // ignore SRM/SRMP headers without ignoring the complete signal
ClientOperation.java 94 // a different OBEX packet than the SRMP header.
601 * The BT usage of SRM is not really safe - it assumes that the SRMP will fit
607 Byte srmp = (Byte)mReplyHeader.getHeader(HeaderSet.SINGLE_RESPONSE_MODE_PARAMETER); local
608 if(srmp != null && srmp == ObexHelper.OBEX_SRMP_WAIT) {
ObexHelper.java 137 public static final byte OBEX_SRMP_WAIT = 0x01; // Only SRMP value used by BT
693 // If the SRM and SRMP header is in use, they must be send in the same OBEX packet
749 // TODO: Ensure SRM and SRMP headers are not split into two OBEX packets
    [all...]

Completed in 215 milliseconds