Skip to content

Commit 6112840

Browse files
carlescuficfriedt
authored andcommitted
doc: relnotes: Add a comment to the Bluetooth 2.6 release notes
The Zephyr 2.6 release notes, in the Bluetooth section, refers the user to a commit message which had a couple of typos in it. Clarify this in the very release notes. Fixes #36692. Signed-off-by: Carles Cufi <[email protected]>
1 parent 52638a0 commit 6112840

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/releases/release-notes-2.6.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ Bluetooth
259259
* Added the ability to send HCI monitor traces over RTT.
260260
* Refactored the Bluetooth buffer configuration for simplicity. See the
261261
commit message of 6483e12a8ac4f495b28279a6b84014f633b0d374 for more info.
262+
Note however that the aformentioned commit message has two typos;
263+
264+
* ``BT_CTLR_TX_BUFFER`` should be ``BT_CTLR_TX_BUFFERS``
265+
* ``BT_CTLR_TX_BUFFERS_SIZE`` should be ``BT_CTLR_TX_BUFFER_SIZE``
262266
* Added support for concurrent advertising with multiple identities.
263267
* Changed the logic to disable scanning before setting the random address.
264268
* Fixed a crash where an ATT timeout occurred on a disconnected ATT channel.

0 commit comments

Comments
 (0)