Commit a673316b authored by Lucas Mathias Balling's avatar Lucas Mathias Balling Committed by Dan Kalowsky
Browse files

doc: releases: Add note for PAST support



Change adds a release note informing about the addition of
PAST support in the Controller.

Signed-off-by: default avatarLucas Mathias Balling <lutb@demant.com>
parent c9030130
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -138,6 +138,12 @@ Bluetooth
    :c:func:`bt_conn_le_create` and :c:func:`bt_conn_le_create_synced` return an error if the
    connection pointer passed as an argument is not NULL.

* Controller

  * Added Periodic Advertising Sync Transfer (PAST) support with support for both sending and receiving roles.
    The option can be enabled by :kconfig:option:`CONFIG_BT_CTLR_SYNC_TRANSFER_SENDER` and
    :kconfig:option:`CONFIG_BT_CTLR_SYNC_TRANSFER_RECEIVER`.

* HCI Drivers

Boards & SoC Support