doc: 2.3 relnotes: Update release notes for directed advertising
Update release notes for deprecation of the bt_conn_create_slave_le API call, which has now been deprecated in favour of bt_le_adv_start with peer address in advertising parameters instead. Fix previously mistake about BT_LE_ADV_* deprecated macros, application should use GAP defines, and not HCI defines. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
962b86564e
commit
aae0f52509
1 changed files with 3 additions and 2 deletions
|
@ -54,8 +54,9 @@ Deprecated in this release
|
||||||
* bt_le_scan_param::filter_dup, use bt_le_scan_param::options instead
|
* bt_le_scan_param::filter_dup, use bt_le_scan_param::options instead
|
||||||
* bt_conn_create_le(), use bt_conn_le_create() instead
|
* bt_conn_create_le(), use bt_conn_le_create() instead
|
||||||
* bt_conn_create_auto_le(), use bt_conn_le_create_auto() instead
|
* bt_conn_create_auto_le(), use bt_conn_le_create_auto() instead
|
||||||
* bt_conn_create_slave_le(), use bt_conn_le_create_slave() instead
|
* bt_conn_create_slave_le(), use bt_le_adv_start() instead with
|
||||||
* BT_LE_ADV_* macros, use BT_HCI_ADV_* macros instead
|
bt_le_adv_param::peer set to the remote peers address.
|
||||||
|
* BT_LE_ADV_* macros, use BT_GAP_ADV_* enums instead
|
||||||
|
|
||||||
Removed APIs in this release
|
Removed APIs in this release
|
||||||
============================
|
============================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue