Home
last modified time | relevance | path

Searched refs:maxServiceSpecificInfoLen (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DCapabilities.java38 public int maxServiceSpecificInfoLen; field in Capabilities
63 Math.max(maxExtendedServiceSpecificInfoLen, maxServiceSpecificInfoLen)); in toPublicCharacteristics()
88 j.put("maxServiceSpecificInfoLen", maxServiceSpecificInfoLen); in toJSON()
118 + maxServiceSpecificInfoLen in toString()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiNanIfaceCallbackHidlImpl.java523 frameworkCapabilities.maxServiceSpecificInfoLen = in toFrameworkCapability10()
524 capabilities.maxServiceSpecificInfoLen; in toFrameworkCapability10()
549 frameworkCapabilities.maxServiceSpecificInfoLen = in toFrameworkCapability1_6()
550 capabilities.maxServiceSpecificInfoLen; in toFrameworkCapability1_6()
DWifiNanIfaceCallbackAidlImpl.java714 frameworkCapabilities.maxServiceSpecificInfoLen = in toFrameworkCapability()
715 capabilities.maxServiceSpecificInfoLen; in toFrameworkCapability()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareServiceImplTest.java838 cap.maxServiceSpecificInfoLen = maxServiceSpecificInfo; in testCapabilityTranslation()
1117 cap.maxServiceSpecificInfoLen = MAX_LENGTH; in getCharacteristics()
DWifiAwareStateManagerTest.java5831 cap.maxServiceSpecificInfoLen = 255; in getCapabilities()