Hello,
The apperance AD_TYPE is not mandatory. It shall not be included by default, as it restrain the amount of bytes available. Consider make it optional in the Advertisement constructor.
It removes 4 bytes in total : LENGTH(1) + TYPE(1) + VALUE(2)
Thanks