2.1.1.3 intel_sink_manufacturer_logo

The intel_sink_manufacturer_logo parameter specifies an image file representing the manufacturer of the Wi-Fi Display Sink. The image MUST be in Portable Network Graphics (PNG) format with the following specifications: 96 dots-per-inch, 24 bits per pixel, 160 pixels wide, and 120 pixels high [PNG]. The image MUST be base64-encoded, as specified in [RFC4648].

The ABNF syntax is as follows:

    intel-sink-manufacturer-logo = "intel_sink_manufacturer_logo:" SP logo CRLF
    logo = "none" / base64-logo
    base64-logo = 464*76800(BASE64CHAR)

A value of "none" means that no image is available.