[PATCH BlueZ v1 07/12] doc: Document ConnectionSubrate storage format
Luiz Augusto von Dentz <[email protected]> Fri, 24 Jul 2026 15:12:20 -0400
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <[email protected]> |
From: Luiz Augusto von Dentz <[email protected]> Document the [ConnectionSubrate] group in the device info file which stores per-device connection subrate parameters for the SCI feature. --- doc/settings-storage.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/settings-storage.txt b/doc/settings-storage.txt index 15f55f9ed908..8bd677e24548 100644 --- a/doc/settings-storage.txt +++ b/doc/settings-storage.txt @@ -361,3 +361,25 @@ Long term key) related to a remote device. CCC_LE Integer CCC value for LE transport CCC_BR/EDR Integer CCC value for BR/EDR transport + + +[ConnectionSubrate] group contains: + + MinInterval Integer Minimum Connection Interval + (in units of 0.125 ms) + + MaxInterval Integer Maximum Connection Interval + (in units of 0.125 ms) + + SubrateMin Integer Minimum Subrate Factor + + SubrateMax Integer Maximum Subrate Factor + + MaxLatency Integer Maximum Peripheral Latency + (in units of subrated connection + events) + + ContinuationNumber Integer Number of continuation events + + SupervisionTimeout Integer Link Supervision Timeout + (in units of 10 ms) -- 2.54.0