This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

variable length notification?

Sometimes I only need to send 4 bytes instead of twenty using a notification. I've noticed the init_len and max_len parameters but I'm under the impression that this will not work for this purpose. I'm trying to avoid sending the 16 extra bytes.

Thanks

Related