Hi all,
I have some issue setting up the advertising data on my nRF52840 Dongle. I'm using the ble_template to develop my software and in my application i need to fill all the 31 bytes available with advertising. Following the guides that i found online i'm able to fill the manufacturer data, but the result now is that i can send a maximum of 16 bytes:
- 4 bytes for the name of the device
- 2 bytes for the company ID
- 10 bytes for the manufacturer data
If i try to add one byte to the manufacturer data, the device name will display 3 bytes. If i add 4 or more bytes to the manufacture data, the device doesn't work anymore. So i can send a maximum of 16 bytes during advertising. Why?
I'm currently using s140_nrf52_7.0.1 softdevice. I'm using another nrf52840 dongle as scanner.
Thanks for the help in advance.