Hi
We want to open L2CAP channel to stream data between nRF52840 and iOS, We cant use OTS example since there is no OTS support from Apple core bluetooth framework.
So we thought to open a raw L2CAP channel on PSM (either hard-coded or from GATT Characteristic) and stream data over that channel.
I looked around many threads and pages to get some path to finish the task. Found one Similar thread and did the below steps
Modified OTS Server example to open L2CAP Channel after peer connected, But L2CAP Connection is rejected instantly (due to lack of clarity at example).
Any help on this is highly appreciated since i could not much information on this topic.