From db790b7d691654a2041ea56efc96281d428febf6 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 2 May 2025 13:48:30 -0400 Subject: [PATCH] doc/l2cap: Fix BT_POWER default Default is actually BT_POWER_FORCE_ACTIVE_ON as the kernel code net/bluetooth/l2cap_core.c:l2cap_chan_set_defaults do: set_bit(FLAG_FORCE_ACTIVE, &chan->flags); --- doc/l2cap.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/l2cap.rst b/doc/l2cap.rst index a71bd4bdf..0b6f1bb99 100644 --- a/doc/l2cap.rst +++ b/doc/l2cap.rst @@ -186,8 +186,8 @@ mode or not, possible values: :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_POWER_FORCE_ACTIVE_OFF**, 0x00, Don't force exit of sniff mode + **BT_POWER_FORCE_ACTIVE_ON**, 0x01 (default), Force exit of sniff mode BT_CHANNEL_POLICY (since Linux 3.10) ------------------------------------ -- 2.47.3