Searched refs:SECURITY_VERSION (Results 1 – 2 of 2) sorted by relevance
31 private static final int SECURITY_VERSION = 1; field in BLEVersionExchangeResolver50 return minMessagingVersion == MESSAGING_VERSION && minSecurityVersion == SECURITY_VERSION; in hasSupportedVersion()61 .setMinSupportedSecurityVersion(SECURITY_VERSION) in makeVersionExchange()62 .setMaxSupportedSecurityVersion(SECURITY_VERSION) in makeVersionExchange()
56 private static final int SECURITY_VERSION = 1; field in BleDeviceMessageStream245 || minSecurityVersion > SECURITY_VERSION || maxSecurityVersion < SECURITY_VERSION) { in processVersionExchange()259 .setMinSupportedSecurityVersion(SECURITY_VERSION) in processVersionExchange()260 .setMaxSupportedSecurityVersion(SECURITY_VERSION) in processVersionExchange()