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

BLE advertisment flags problem

Is there a way to advertize without having to advertize advertisment flags?

The problem is because of these flags I only have 26 bytes left instead of full 29 bytes. It is crucial for me to have no less than 29 bytes.

I'm on the sdk version 11, nrf52832 being the chip I'm using.

Edit:

The MBED packet looks like this: "0x1EFF0000..." - [LEN=30, TYPE=0xFF, VALUE=0x0000...] On the other hand the packed I advertise via nRF_SDK looks like: "0x0201061BFF0000...", which is [LEN=2, TYPE=0x01, VALUE=0x06], [LEN=27, TYPE=0xFF, VALUE=0x0000...]. When I set the flags to 0 nrf connect says the packet is just empty.

I don't care about these flags and I can't get rid of them.

Related