Other Parts Discussed in Thread: BLE-STACK
Tool/software: TI-RTOS
Hello,
while L2CAP CoC offer some support since SDK 2.30, any useful support is still missing in 2.40.
I'm succesfully using lower level APIs like `L2CAP_SendSDU` but the whole purpose of L2CAP CoC is defeated when APIs like `L2CAP_SendData` are not available.
There is no streaming support without those functions. What are your plans to support this?
Or am I missing something vital?
Also on the receiving side, I only managed to receive data packages up to 255 bytes.