From 0831bd39a0bde1492f2174153b60b582c4f3100e Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 2 May 2025 13:54:07 -0400 Subject: [PATCH] doc/rfcomm: Remove BT_POWER BT_POWER socket option is only supported by L2CAP sockets. --- doc/rfcomm.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/doc/rfcomm.rst b/doc/rfcomm.rst index 735e0f819..f88ea36c0 100644 --- a/doc/rfcomm.rst +++ b/doc/rfcomm.rst @@ -164,19 +164,6 @@ not, possible values: **BT_FLUSHABLE_OFF**, 0x00 (default), Do not flush data **BT_FLUSHABLE_ON**, 0x01, Flush data -BT_POWER (since Linux 3.1) --------------------------- - -Channel power policy, this control if the channel shall force exit of sniff -mode or not, possible values: - -.. csv-table:: - :header: "Define", "Value", "Description" - :widths: auto - - **BT_POWER_FORCE_ACTIVE_OFF**, 0x00 (default), Don't force exit of sniff mode - **BT_POWER_FORCE_ACTIVE_ON**, 0x01, Force exit of sniff mode - BT_CHANNEL_POLICY (since Linux 3.10) ------------------------------------ -- 2.47.3