I am using a CC2652R with simplelink_cc13x2_26x2_sdk_5_20_00_52.
I communicate with the device via NPI (SPI)
I want to send an L2CAP SDU larger than 256 bytes. (IE:1000) . I intend to use the L2CAP_SEND_DATA function and let the controller do the internal L2CAP splitting / recombination.
My problem is that SPI protocol has a length of max 256 bytes. How to achieve this?