Open
Description
Hi, Id1 is returning wrong data. The problem is that when you set the beacon for maximum length (which can be up 20 bytes ... it is frame type (1byte), tx power (1byte), URL scheme (1byte) and 1-17 bytes for URL) id1 contains also URL scheme as the first byte. Therefore the last byte of the URL is not shown.
Can you pls test this?
Example:
if you set a beacon for http://aaaabbbbccccdddd.com id1 returns https://aaaabbbbccccdddd instead of aaaabbbbccccdddd.com ("http://" and ".com" can be converted to 1 byte each but the difference is that https:// or other prefixes should be in separate byte flag, not in URL)
I hope it is understandable.