Tool/software:
Hi, Ti
How can I make BLE L2CAP send 255 bytes buffer data at a time in car_node example project? When we used the car_node example in SDK 9.10.0.83 for Bluetooth CCC3.0 data transmission on CC2745, we found that L2CAP has a length limit, packets longer than approximately 60 cannot be transmitted (using L2CAP_SendSDU() function). However, ti_ble_config.h shows that the value of MAX_PDU_SIZE is 255, and the L2CAP configuration in syscfg is as follows, which does not seem to impose a limit of approximately 60 bytes. Are there other configurations that may cause additional restrictions on L2CAP transmission length?
Best regards!
Preston