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.
314 Byte srmp = (Byte)requestHeader.getHeader(HeaderSet.SINGLE_RESPONSE_MODE_PARAMETER); local
315 if(srmp != null && srmp == ObexHelper.OBEX_SRMP_WAIT) {
602 * I'm not sure how to understand "Receipt of invalid or unexpected SRM or SRMP
605 * whether or not it contains SRM/SRMP headers...
617 // ignore SRM/SRMP headers without ignoring the complete signal
    [all...]
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 140 public static final byte OBEX_SRMP_WAIT = 0x01; // Only SRMP value used by BT
699 // If the SRM and SRMP header is in use, they must be send in the same OBEX packet
755 // TODO: Ensure SRM and SRMP headers are not split into two OBEX packets
    [all...]

Completed in 120 milliseconds