2022-01-24 11:48 PM
Hello,
We're looking for example for BLE connection oriented channel.
The SDK does provide the interface aci_l2cap_coc_* , however we were not able to find a single example for its usage not in the SDK nor Googling.
Can anyone point me in the right direction?
Thanks
Solved! Go to Solution.
2022-02-07 05:09 AM
We did manage to get it working, this said, there are quiet few quirks you need to know/guess.
e.g supported MTU vs MPS, you need to manually code the size bytes to the message buffer, etc.
A proper example would defiantly help.
2022-02-07 12:59 AM
Unfortunately not.
It would be indeed a good idea to provide such example. But for now it is not available.
2022-02-07 05:09 AM
We did manage to get it working, this said, there are quiet few quirks you need to know/guess.
e.g supported MTU vs MPS, you need to manually code the size bytes to the message buffer, etc.
A proper example would defiantly help.