Hello!
I know that nrf51822 beacon advertising packet consists of the following seven data fields:
- Vendor ID
- Service
- Data payload size in bytes
- UUID – manufacturer specific data
- Major value
- Minor value
- Output power
What I am curious about is the role of each element and how many bytes.
And can I control this number of bytes?
Thank you.