Skip to content
Discussion options

You must be logged in to vote

I suspect the advertising packet is overflowing, yet don't believe this is correct. What am I missing??

This is exactly what's happening.

>>> print(len(p1), len(p2), len(p3), len(p4))
15 29 20 34

BLE advertising payloads max length is 31.

You should either put some of your data into the scan response instead.

Or use aioble which does this automatically.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Enasynco
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants