Searched refs:PROTOCOL_VERSION (Results 1 – 4 of 4) sorted by relevance
56 private static final int PROTOCOL_VERSION = 1; field in BLEMessageV1Factory64 private static final int VERSION_SIZE = getEncodedSize(PROTOCOL_VERSION)98 .setVersion(PROTOCOL_VERSION) in makeAcknowledgementMessage()119 .setVersion(PROTOCOL_VERSION) in makeBLEMessage()152 .setVersion(PROTOCOL_VERSION) in makeBLEMessages()
106 appendField(sb, OmtpConstants.PROTOCOL_VERSION, protocolVersion); in appendProtocolVersionAndClientType()
66 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, HttpVersion.HTTP_1_1); in newHttpClient()
53 public static final String PROTOCOL_VERSION = "pv"; field in OmtpConstants