Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pManager.java591 private static final int WIFI_P2P_VENDOR_ELEMENTS_MAXIMUM_LENGTH = 512; field in WifiP2pManager
3632 if (totalBytes > WIFI_P2P_VENDOR_ELEMENTS_MAXIMUM_LENGTH) { in setVendorElements()
3634 + "size is greater than " + WIFI_P2P_VENDOR_ELEMENTS_MAXIMUM_LENGTH + "."); in setVendorElements()
3653 return WIFI_P2P_VENDOR_ELEMENTS_MAXIMUM_LENGTH; in getP2pMaxAllowedVendorElementsLengthBytes()