2023-09-16 8:05 AM
I am currently experimenting with the LL data length extension feature on STM32WB55.
I want to increase max TX length in link layer packet.
I would appreciate it if you could tell me how to increase max TX length.
(Looking at the current LL_LENGTH_RSP packet, Max. RX octets: 251 and Max TX octets: 27 are given.)
2024-06-20 7:40 AM
Hello JLee,
Have you found a solution to this? We are bashing our heads on this issue too.
Explicitly setting hci_le_set_data_length to 251 will result in hci_le_data_length_change_event->MaxRxOctets = 27
Both sides support data length extension, we verified.
Can it be an issue on a master side? Tried multiple Android devices with exactly the same result.
Thanks
2025-03-25 12:21 PM
Was this topic ever cleared? I struggled years ago over this topic and now it gets actual again. Everything I've found are this questsion, but all without answers... Too bad.
Anyone was able to run DLE and got it working with 251Bytes in TX and RX direction? In my case the TX direction seems to be limited to the minimal 27 bytes.