Searched refs:WIFI_P2P_VENDOR_ELEMENTS_MAXIMUM_LENGTH (Results 1 – 1 of 1) sorted by relevance
591 private static final int WIFI_P2P_VENDOR_ELEMENTS_MAXIMUM_LENGTH = 512; field in WifiP2pManager3632 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()