@@ -236,6 +236,39 @@ New APIs and options
236
236
:c:func: `bt_br_unpair `.
237
237
* Remove query of the classic bonding information from :c:func: `bt_foreach_bond `, and add
238
238
:c:func: `bt_br_foreach_bond `.
239
+ * Add a new parameter ``limited `` to :c:func: `bt_br_set_discoverable ` to support limited
240
+ discoverable mode for the classic.
241
+ * Enable retransmission and flow control for the classic L2CAP, including
242
+ :kconfig:option: `CONFIG_BT_L2CAP_RET `, :kconfig:option: `CONFIG_BT_L2CAP_FC `,
243
+ :kconfig:option: `CONFIG_BT_L2CAP_ENH_RET `, and :kconfig:option: `CONFIG_BT_L2CAP_STREAM `.
244
+ * :c:func: `bt_avrcp_get_cap `
245
+ * Improve the classic hands-free uint, including
246
+ :kconfig:option: `CONFIG_BT_HFP_HF_CODEC_NEG `, :kconfig:option: `CONFIG_BT_HFP_HF_ECNR `,
247
+ :kconfig:option: `CONFIG_BT_HFP_HF_3WAY_CALL `, :kconfig:option: `CONFIG_BT_HFP_HF_ECS `,
248
+ :kconfig:option: `CONFIG_BT_HFP_HF_ECC `, :kconfig:option: `CONFIG_BT_HFP_HF_VOICE_RECG_TEXT `,
249
+ :kconfig:option: `CONFIG_BT_HFP_HF_ENH_VOICE_RECG `,
250
+ :kconfig:option: `CONFIG_BT_HFP_HF_VOICE_RECG `,
251
+ :kconfig:option: `CONFIG_BT_HFP_HF_HF_INDICATORS `,
252
+ :kconfig:option: `CONFIG_BT_HFP_HF_HF_INDICATOR_ENH_SAFETY `, and
253
+ :kconfig:option: `CONFIG_BT_HFP_HF_HF_INDICATOR_BATTERY `.
254
+ * Improve the classic hands-free audio gateway, including
255
+ :kconfig:option: `CONFIG_BT_HFP_AG_CODEC_NEG `, :kconfig:option: `CONFIG_BT_HFP_AG_ECNR `,
256
+ :kconfig:option: `CONFIG_BT_HFP_AG_3WAY_CALL `, :kconfig:option: `CONFIG_BT_HFP_AG_ECS `,
257
+ :kconfig:option: `CONFIG_BT_HFP_AG_ECC `, :kconfig:option: `CONFIG_BT_HFP_AG_VOICE_RECG_TEXT `,
258
+ :kconfig:option: `CONFIG_BT_HFP_AG_ENH_VOICE_RECG `,
259
+ :kconfig:option: `CONFIG_BT_HFP_AG_VOICE_TAG `,
260
+ :kconfig:option: `CONFIG_BT_HFP_AG_HF_INDICATORS `,
261
+ :kconfig:option: `CONFIG_BT_HFP_AG_HF_INDICATOR_ENH_SAFETY `,
262
+ :kconfig:option: `CONFIG_BT_HFP_AG_HF_INDICATOR_BATTERY `, and
263
+ :kconfig:option: `CONFIG_BT_HFP_AG_REJECT_CALL `.
264
+ * Add a callback function ``get_ongoing_call() `` to :c:struct: `bt_hfp_ag_cb `.
265
+ * :c:func: `bt_hfp_ag_ongoing_calls `
266
+ * Support the classic L2CAP signaling echo request and response feature, including
267
+ :c:struct: `bt_l2cap_br_echo_cb `, :c:func: `bt_l2cap_br_echo_cb_register `,
268
+ :c:func: `bt_l2cap_br_echo_cb_unregister `, :c:func: `bt_l2cap_br_echo_req `, and
269
+ :c:func: `bt_l2cap_br_echo_rsp `.
270
+ * :c:func: `bt_a2dp_get_conn `
271
+ * :c:func: `bt_rfcomm_send_rpn_cmd `
239
272
240
273
* Build system
241
274
0 commit comments