Hi,
I'm trying to understand which of the BT L2CAP modes are supported for a BT LE Controller. BT Core 5.3 supports these modes of operation:
- Basic L2CAP Mode
- Flow Control Mode
- Retransmission Mode
- Enhanced Retransmission Mode
- Streaming Mode
- LE Credit Based Flow Control Mode
- Enhanced Credit Based Flow Control Mode
From this post on TI forum, I can see that support for "Basic L2CAP Mode" and "LE Credit Based Flow Control Mode" should be possible for a BT LE Controller. Looking at the S113 API for the L2CAP (in documentation of sd_ble_l2cap_ch_setup()) shows that only "LE Credit Based Flow Control Mode" is currently supported.
Which of the L2CAP modes are by definition not supported on top of a BT LE Controller? And which one are supported by the S113?
Thanks,
Louis