Skip to content

Commit 91f0fea

Browse files
ryanjhde-nordic
authored andcommitted
doc: Update Periodic Advertising with Responses supporting
For the periodic advertising with responses advertiser and scanner, the support is production ready. Signed-off-by: Ryan Chu <[email protected]>
1 parent 8a29f3c commit 91f0fea

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

softdevice_controller/CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Added
1818
=====
1919

2020
* Support for the vendor-specific HCI command: Set Compatibility mode for window offset (DRGN-18727).
21-
* Support for Periodic Advertising with Responses (PAwR) Scanner (experimental) (DRGN-18739).
21+
* Support for Periodic Advertising with Responses (PAwR) Scanner (DRGN-18739).
2222
* Support for LE Read and Write RF Path Compensation HCI commands (DRGN-10234 and DRGN-18202).
2323
* Support for up to 255 addresses in the Filter Accept List (DRGN-18967).
2424
* Support for configuring the Filter Accept List to have an arbitrary size (DRGN-18967).
@@ -33,6 +33,7 @@ Changes
3333
* Periodic advertiser is allocated from the Periodic Advertising with Responses (PAwR) Advertiser sets when :c:enum:`SDC_CFG_TYPE_PERIODIC_ADV_RSP_COUNT` is available.
3434
Otherwise, it is allocated from the Periodic Advertiser sets if :c:enum:`SDC_CFG_TYPE_PERIODIC_ADV_COUNT` is set (DRGN-18979).
3535
* The controller now returns the error code ``0x0D`` instead of ``0x09`` if it has insufficient resources to handle more connections and the host tries to start a connectable advertiser or the controller receives the commands ``LE Extended Create Connection`` or ``LE Create Connection`` (DRGN-18944).
36+
* Periodic Advertising with Responses (PAwR) Advertiser is supported (DRGN-18497).
3637

3738
Bug fixes
3839
=========

softdevice_controller/README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ Variants for the Arm Cortex-M33 processor are available as soft-float only.
6060

6161
* For Connectionless CTE Advertising, angle of arrival (AoA) is supported, but angle of departure (AoD) is not.
6262
* For Connection CTE Response, angle of arrival (AoA) is supported, but angle of departure (AoD) is not.
63-
* For the Periodic Advertising with Responses - Advertiser feature, the support is experimental.
64-
* For the Periodic Advertising with Responses - Scanner feature, the support is experimental.
6563
* For the LE Power Control Request feature, the support is experimental.
6664
* For Periodic Advertising Sync Transfer - Receiver, only one sync transfer reception may be in progress at any one time per link.
6765

0 commit comments

Comments
 (0)