Skip to content

Commit c547079

Browse files
Thalleycarlescufi
authored andcommitted
Bluetooth: Audio: Upgrade from experimental to unstable
This commit upgrades the LE audio API and implementation from experimental to unstable. LE Audio have existing for quite a few years in Zephyr and is not going anywhere, but at the same time it still has significant effort remaining before it can be considered stable. Signed-off-by: Emil Gydesen <[email protected]>
1 parent a2ebe49 commit c547079

26 files changed

+58
-83
lines changed

include/zephyr/bluetooth/audio/aics.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
*
1313
* @defgroup bt_gatt_aics Audio Input Control Service (AICS)
1414
*
15+
* @since 2.6
16+
* @version 0.8.0
17+
*
1518
* @ingroup bluetooth
1619
* @{
1720
*
@@ -23,7 +26,6 @@
2326
* automatically handle any changes to that. If out of date, the client implementation will
2427
* autonomously read the change counter value when executing a write request.
2528
*
26-
* [Experimental] Users should note that the APIs can change as a part of ongoing development.
2729
*/
2830

2931
#include <zephyr/bluetooth/bluetooth.h>

include/zephyr/bluetooth/audio/cap.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
*
1313
* @defgroup bt_cap Common Audio Profile (CAP)
1414
*
15+
* @since 3.2
16+
* @version 0.8.0
17+
*
1518
* @ingroup bluetooth
1619
* @{
17-
*
18-
* [Experimental] Users should note that the APIs can change
19-
* as a part of ongoing development.
2020
*/
2121

2222
#include <stdint.h>

include/zephyr/bluetooth/audio/csip.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
*
1313
* @defgroup bt_gatt_csip Coordinated Set Identification Profile (CSIP)
1414
*
15+
* @since 3.0
16+
* @version 0.8.0
17+
*
1518
* @ingroup bluetooth
1619
* @{
17-
* *
18-
* [Experimental] Users should note that the APIs can change as a part of ongoing development.
1920
*/
2021

2122
#include <zephyr/bluetooth/conn.h>

include/zephyr/bluetooth/audio/has.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
*
1313
* @defgroup bt_has Hearing Access Service (HAS)
1414
*
15+
* @since 3.1
16+
* @version 0.8.0
17+
*
1518
* @ingroup bluetooth
1619
* @{
1720
*
1821
* The Hearing Access Service is used to identify a hearing aid and optionally
1922
* to control hearing aid presets.
20-
*
21-
* [Experimental] Users should note that the APIs can change as a part of
22-
* ongoing development.
2323
*/
2424

2525
#include <sys/types.h>

include/zephyr/bluetooth/audio/mcc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
*
66
* @defgroup bt_gatt_mcc Media Control Client (MCC)
77
*
8+
* @since 3.0
9+
* @version 0.8.0
10+
*
811
* @ingroup bluetooth
912
* @{
10-
*
11-
* [Experimental] Users should note that the APIs can change
12-
* as a part of ongoing development.
1313
*/
1414

1515
/*

include/zephyr/bluetooth/audio/mcs.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
*
1313
* @defgroup bt_mcs Media Control Service (MCS)
1414
*
15+
* @since 3.0
16+
* @version 0.8.0
17+
*
1518
* @ingroup bluetooth
1619
* @{
1720
*
18-
* [Experimental] Users should note that the APIs can change
19-
* as a part of ongoing development.
20-
*
2121
* Definitions and types related to the Media Control Service and Media Control
2222
* Profile specifications.
2323
*/

include/zephyr/bluetooth/audio/media_proxy.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
*
1212
* @defgroup bt_media_proxy Media Proxy
1313
*
14+
* @since 3.0
15+
* @version 0.8.0
16+
*
1417
* @ingroup bluetooth
1518
* @{
1619
*
@@ -31,9 +34,6 @@
3134
* application, or it may be a Media Control Service relaying requests
3235
* from a remote Media Control Client. There may be either local or
3336
* remote control, or both, or even multiple instances of each.
34-
*
35-
* [Experimental] Users should note that the APIs can change
36-
* as a part of ongoing development.
3737
*/
3838

3939
#include <stdint.h>

include/zephyr/bluetooth/audio/micp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
*
1313
* @defgroup bt_gatt_micp Microphone Control Profile (MICP)
1414
*
15+
* @since 2.7
16+
* @version 0.8.0
17+
*
1518
* @ingroup bluetooth
1619
* @{
17-
*
18-
* [Experimental] Users should note that the APIs can change
19-
* as a part of ongoing development.
2020
*/
2121

2222
#include <stdint.h>

include/zephyr/bluetooth/audio/pbp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
*
1313
* @defgroup bt_pbp Public Broadcast Profile (PBP)
1414
*
15+
* @since 3.5
16+
* @version 0.8.0
17+
*
1518
* @ingroup bluetooth
1619
* @{
17-
*
18-
* [Experimental] Users should note that the APIs can change
19-
* as a part of ongoing development.
2020
*/
2121

2222
#include <zephyr/sys/util.h>

include/zephyr/bluetooth/audio/vcp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
*
1313
* @defgroup bt_gatt_vcp Volume Control Profile (VCP)
1414
*
15+
* @since 2.7
16+
* @version 0.8.0
17+
*
1518
* @ingroup bluetooth
1619
* @{
17-
*
18-
* [Experimental] Users should note that the APIs can change
19-
* as a part of ongoing development.
2020
*/
2121

2222
#include <stdint.h>

0 commit comments

Comments
 (0)