Commit 7a2b2d73 authored by Mark Wang's avatar Mark Wang Committed by Henrik Brix Andersen
Browse files

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: default avatarMark Wang <yichang.wang@nxp.com>
parent 4ae207cc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
********************