Hello,
I have difficulties increasing the PDU size to 250.
My environment:
SDK: simplelink_cc2640r2_sdk_1_50_00_58
HW: LAUNCHXL-CC2640R2
Project: based on simple_peripheral_cc2640r2lp_app.
At this moment I have an effective PDU size of 20 bytes.
I followed the instructions as mentioned in the header “ble_user_config.h”
When looking into the memory, I see that the bleStackConfig has been changed (maxPduSize = 0xFA)
Upon sending a databuffer with size 40 by “GATT_Notification()”, this function returns 0x1b as status.
NOTE: Sending databuffers with a size up to 20 bytes is working OK.
Q: What did I miss, how can I get this working?
Regards,
Gerrit