From 34c84eccec0508b16f5001b20fa369f387d856df Mon Sep 17 00:00:00 2001 From: Lyle Zhu Date: Thu, 16 May 2024 16:28:09 +0800 Subject: [PATCH] doc: releases: release-notes-3.7: Add info for Handsfree AG Added information about implementing handsfree AG to the Bluetooth section. Signed-off-by: Lyle Zhu --- doc/releases/release-notes-3.7.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index 548b723bdd962e..b2b72c14c79690 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -97,6 +97,11 @@ Bluetooth This Service exposes the ability to declare multiple instances of the GATT service, allowing multiple serial endpoints to be used for different purposes. + * Implemented Hands-free Audio Gateway (AG), enabled by the :kconfig:option:`CONFIG_BT_HFP_AG`. + It works as a device that is the gateway of the audio. Typical device acting as Audio + Gateway is cellular phone. It controls the device (Hands-free Unit), that is the remote + audio input and output mechanism. + Boards & SoC Support ********************