From 7a2b2d73ce95ba6566b4d276bf602ecc115b49c0 Mon Sep 17 00:00:00 2001 From: Mark Wang Date: Thu, 30 May 2024 10:15:35 +0800 Subject: [PATCH] doc: releases: release-notes-3.7: Add info for A2DP and AVDTP Added information about implementing A2DP and AVDTP to the Bluetooth section. Signed-off-by: Mark Wang --- doc/releases/release-notes-3.7.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index 20d88d61017..289d3cb7a81 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -116,6 +116,14 @@ Bluetooth Gateway is cellular phone. It controls the device (Hands-free Unit), that is the remote audio input and output mechanism. + * Implemented Advanced Audio Distribution Profile (A2DP) and Audio/Video Distribution Transport + Protocol (AVDTP), A2DP is enabled by :kconfig:option:`CONFIG_BT_A2DP`, AVDTP is enabled + by :kconfig:option:`CONFIG_BT_AVDTP`. They implement the protocols and procedures that + realize distribution of audio content of high quality in mono, stereo, or multi-channel modes. + A typical use case is the streaming of music content from a stereo music player to headphones + or speakers. The audio data is compressed in a proper format for efficient use of the limited + bandwidth. + Boards & SoC Support ********************