Skip to content

Commit 4a8dba0

Browse files
committed
doc: releases: 4.2: Mention Bluetooth Classic changes
Add the changes of Bluetooth Classic to release notes. Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
1 parent b3ccee4 commit 4a8dba0

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,39 @@ New APIs and options
197197
:c:func:`bt_br_unpair`.
198198
* Remove query of the classic bonding information from :c:func:`bt_foreach_bond`, and add
199199
:c:func:`bt_br_foreach_bond`.
200+
* Add a new parameter ``limited``: to :c:func:`bt_br_set_discoverable` to support limited
201+
discoverable mode for the classic.
202+
* Enable retransmission and flow control for the classic L2CAP, including
203+
:kconfig:option:`CONFIG_BT_L2CAP_RET`, :kconfig:option:`CONFIG_BT_L2CAP_FC`,
204+
:kconfig:option:`CONFIG_BT_L2CAP_ENH_RET`, and :kconfig:option:`CONFIG_BT_L2CAP_STREAM`.
205+
* :c:func:`bt_avrcp_get_cap`
206+
* Improve the classic hands-free uint, including
207+
:kconfig:option:`CONFIG_BT_HFP_HF_CODEC_NEG`, :kconfig:option:`CONFIG_BT_HFP_HF_ECNR`,
208+
:kconfig:option:`CONFIG_BT_HFP_HF_3WAY_CALL`, :kconfig:option:`CONFIG_BT_HFP_HF_ECS`,
209+
:kconfig:option:`CONFIG_BT_HFP_HF_ECC`, :kconfig:option:`CONFIG_BT_HFP_HF_VOICE_RECG_TEXT`,
210+
:kconfig:option:`CONFIG_BT_HFP_HF_ENH_VOICE_RECG`,
211+
:kconfig:option:`CONFIG_BT_HFP_HF_VOICE_RECG`,
212+
:kconfig:option:`CONFIG_BT_HFP_HF_HF_INDICATORS`,
213+
:kconfig:option:`CONFIG_BT_HFP_HF_HF_INDICATOR_ENH_SAFETY`, and
214+
:kconfig:option:`CONFIG_BT_HFP_HF_HF_INDICATOR_BATTERY`.
215+
* Improve the classic hands-free audio gateway, including
216+
:kconfig:option:`CONFIG_BT_HFP_AG_CODEC_NEG`, :kconfig:option:`CONFIG_BT_HFP_AG_ECNR`,
217+
:kconfig:option:`CONFIG_BT_HFP_AG_3WAY_CALL`, :kconfig:option:`CONFIG_BT_HFP_AG_ECS`,
218+
:kconfig:option:`CONFIG_BT_HFP_AG_ECC`, :kconfig:option:`CONFIG_BT_HFP_AG_VOICE_RECG_TEXT`,
219+
:kconfig:option:`CONFIG_BT_HFP_AG_ENH_VOICE_RECG`,
220+
:kconfig:option:`CONFIG_BT_HFP_AG_VOICE_TAG`,
221+
:kconfig:option:`CONFIG_BT_HFP_AG_HF_INDICATORS`,
222+
:kconfig:option:`CONFIG_BT_HFP_AG_HF_INDICATOR_ENH_SAFETY`,
223+
:kconfig:option:`CONFIG_BT_HFP_AG_HF_INDICATOR_BATTERY`, and
224+
:kconfig:option:`CONFIG_BT_HFP_AG_REJECT_CALL`.
225+
* Add a callback function ``get_ongoing_call`` to :c:struct:`bt_hfp_ag_cb`.
226+
* :c:func:`bt_hfp_ag_ongoing_calls`
227+
* Support the classic L2CAP signaling echo request and response feature, including
228+
:c:struct:`bt_l2cap_br_echo_cb`, :c:func:`bt_l2cap_br_echo_cb_register`,
229+
:c:func:`bt_l2cap_br_echo_cb_unregister`, :c:func:`bt_l2cap_br_echo_req`, and
230+
:c:func:`bt_l2cap_br_echo_rsp`.
231+
* :c:func:`bt_a2dp_get_conn`
232+
* :c:func:`bt_rfcomm_send_rpn_cmd`
200233

201234
* Display
202235

0 commit comments

Comments
 (0)