HomeSort by relevance Sort by last modified time
    Searched refs:maxServiceNameLen (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
Capabilities.java 30 public int maxServiceNameLen;
48 bundle.putInt(Characteristics.KEY_MAX_SERVICE_NAME_LENGTH, maxServiceNameLen);
59 + ", maxServiceNameLen=" + maxServiceNameLen + ", maxMatchFilterLen="
WifiAwareNativeCallback.java 63 frameworkCapabilities.maxServiceNameLen = capabilities.maxServiceNameLen;
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_nan_iface_hidl_test.cpp 483 EXPECT_EQ(capabilities.maxServiceNameLen, (unsigned int) 255);
  /hardware/interfaces/wifi/1.0/
types.hal 996 * Max length: |NanCapabilities.maxServiceNameLen|.
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareServiceImplTest.java 632 cap.maxServiceNameLen = MAX_LENGTH;
WifiAwareStateManagerTest.java     [all...]
  /hardware/interfaces/wifi/1.0/default/
hidl_struct_util.cpp     [all...]

Completed in 663 milliseconds