Hello,
I need your help about the BLE stack in zephyr with the NRF5340 chip.
For my project I need to use extended advertising in LE Coded PHY mode. I use the advertising type MANUFACTURER_SPECIFIC_DATA to advertise.
My problem is, when I want to send 255 bytes of adv_data, the BLE stack in zephyr doesn't allow me to do it. I'm limited to 191 Bytes but the Bluetooth specification allow 255 Bytes of PDU payload.
I configure CONFIG_BT_CTLR_ADV_DATA_LEN_MAX to the maximum authorized (191 Bytes).
Can you help me ? I try to configure others configuration, like increase the buffer size, but no impact .
Can we configure more advertising data than 191 Bytes ?
Thanks in advance.
Julien