Searched refs:maxServiceNameLen (Results 1 – 5 of 5) sorted by relevance
35 public int maxServiceNameLen; field in Capabilities60 bundle.putInt(Characteristics.KEY_MAX_SERVICE_NAME_LENGTH, maxServiceNameLen); in toPublicCharacteristics()86 j.put("maxServiceNameLen", maxServiceNameLen); in toJSON()112 + maxServiceNameLen in toString()
520 frameworkCapabilities.maxServiceNameLen = capabilities.maxServiceNameLen; in toFrameworkCapability10()546 frameworkCapabilities.maxServiceNameLen = capabilities.maxServiceNameLen; in toFrameworkCapability1_6()
711 frameworkCapabilities.maxServiceNameLen = capabilities.maxServiceNameLen; in toFrameworkCapability()
835 cap.maxServiceNameLen = maxServiceName; in testCapabilityTranslation()1114 cap.maxServiceNameLen = MAX_LENGTH; in getCharacteristics()
5828 cap.maxServiceNameLen = 255; in getCapabilities()