Skip to content

Commit ecb85a7

Browse files
carlescufijhedberg
authored andcommitted
doc: 2.3 relnotes: Add section for API changes, document AE ones
Add a section in the 2.3 release notes for the API changes, and document the ones introduced by the Advertising Extensions support in the BLE Host. Signed-off-by: Carles Cufi <[email protected]>
1 parent a20066e commit ecb85a7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

doc/releases/release-notes-2.3.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,30 @@ Security Vulnerability Related
1818

1919
No security vulnerabilities received.
2020

21+
API Changes
22+
***********
23+
24+
Deprecated in this release
25+
==========================
26+
27+
* Bluetooth
28+
29+
* BT_LE_SCAN_FILTER_DUPLICATE, use BT_LE_SCAN_OPT_FILTER_DUPLICATE instead
30+
* BT_LE_SCAN_FILTER_WHITELIST, use BT_LE_SCAN_OPT_FILTER_WHITELIST instead
31+
* bt_le_scan_param::filter_dup, use bt_le_scan_param::options instead
32+
* bt_conn_create_le(), use bt_conn_le_create() instead
33+
* bt_conn_create_auto_le(), use bt_conn_le_create_auto() instead
34+
* bt_conn_create_slave_le(), use bt_conn_le_create_slave() instead
35+
* BT_LE_ADV_* macros, use BT_HCI_ADV_* macros instead
36+
37+
Removed APIs in this release
38+
============================
39+
40+
41+
Stable API changes in this release
42+
==================================
43+
44+
2145
Kernel
2246
******
2347

0 commit comments

Comments
 (0)