xref: /aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/docs.rst (revision 61c4878ac05f98d0ceed94b57d316916de578985)
1=====
2L2CAP
3=====
4
5------------------
6Supported Features
7------------------
8.. supported-features-start
9
10.. list-table::
11   :header-rows: 1
12
13   * - Feature
14     - Supported?
15     - Notes
16   * - Fragmentation/Recombination
17     - ✅
18     -
19   * - Segmentation/Reassembly
20     - ❌
21     - `Tracking bug <https://fxbug.dev/372271169>`__ Clients must respect the
22       peer's MTU size, and Sapphire supports receiving the max SDU size.
23   * - BR/EDR Dynamic Channels
24     - ✅
25     -
26   * - LE Connection-Oriented Channels (CoC)
27     - ✅
28     -
29   * - Basic Mode (ERTM)
30     - ✅
31     -
32   * - Enhanced Retransmission Mode (ERTM)
33     - ✅
34     -
35   * - LE Credit-Based Flow Control Mode
36     - ✅
37     -
38   * - Retransmission Mode
39     - ❌
40     - `Tracking bug <https://fxbug.dev/372271169>`__
41   * - Flow Control Mode
42     - ❌
43     - `Tracking bug <https://fxbug.dev/372274047>`__
44   * - Streaming Mode
45     - ❌
46     - `Tracking bug <https://fxbug.dev/372274603>`__
47
48.. supported-features-end
49