Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DCapabilities.java34 public int maxServiceSpecificInfoLen; field in Capabilities
52 maxServiceSpecificInfoLen); in toPublicCharacteristics()
80 + ", maxServiceSpecificInfoLen=" + maxServiceSpecificInfoLen in toString()
H A DWifiAwareNativeCallback.java224 frameworkCapabilities.maxServiceSpecificInfoLen = in toFrameworkCapability10()
225 capabilities.maxServiceSpecificInfoLen; in toFrameworkCapability10()
H A DWifiAwareStateManager.java326 j.put("maxServiceSpecificInfoLen", mCapabilities.maxServiceSpecificInfoLen); in onCommand()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareServiceImplTest.java664 cap.maxServiceSpecificInfoLen = maxServiceSpecificInfo; in testCapabilityTranslation()
756 cap.maxServiceSpecificInfoLen = MAX_LENGTH; in getCharacteristics()
H A DWifiAwareStateManagerTest.java4073 cap.maxServiceSpecificInfoLen = 255; in getCapabilities()
/aosp12/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp512 EXPECT_EQ(capabilities.maxServiceSpecificInfoLen, (unsigned int)255); in TEST_P()
/aosp12/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_nan_iface_hidl_test.cpp607 EXPECT_EQ(capabilities_1_5.V1_0.maxServiceSpecificInfoLen, in TEST_P()
/aosp12/hardware/interfaces/wifi/1.0/
H A Dtypes.hal1011 * Max length: |NanCapabilities.maxServiceSpecificInfoLen|.
1208 * Max length: |NanCapabilities.maxServiceSpecificInfoLen|.
1348 uint32_t maxServiceSpecificInfoLen;
1401 * Max length: |NanCapabilities.maxServiceSpecificInfoLen|.
1508 * Max length: |NanCapabilities.maxServiceSpecificInfoLen|.
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp2295 hidl_response->V1_0.maxServiceSpecificInfoLen = in convertLegacyNanCapabilitiesResponseToHidl()