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

Enabling Data Packet length extension

Hello,

Here is my configuration:

NRF52840

S140

#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 247

I would like to enable DDLE in order to get more than 27 bytes in each transfer

On both slave and master , I saw that the DLE is activated (LL_FEATURE_REQ and LL_FEATURE_RSP)
Also, in LL_LENGTH_RSP and LL_LENGTH_REQ, RX octet =251 and TX octet=251
With that configuration, i have :

The data to be sent is 112 bytes.

Could you help to understand why the data is sent in packet of 22 byrtes?

I added the wireshark log (with nordic sniffer).

3884.log.pcapng

Thanks for your help.

Fabrice

Parents Reply Children
Related