From 711814570bad07451e0c1c873f3b46c01a8d8d1f Mon Sep 17 00:00:00 2001 From: Iulia Tanasescu Date: Tue, 30 Jan 2024 17:44:11 +0200 Subject: [PATCH] shared/lc3: Add macro for Channel Allocation LTV len This adds a macro for the Audio_Channel_Allocation LTV len. --- src/shared/lc3.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/shared/lc3.h b/src/shared/lc3.h index 3a8c6f7b5..75bec05db 100644 --- a/src/shared/lc3.h +++ b/src/shared/lc3.h @@ -4,6 +4,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2022 Intel Corporation. All rights reserved. + * Copyright 2024 NXP * */ @@ -67,7 +68,8 @@ #define LC3_CONFIG_DURATION_7_5 0x00 #define LC3_CONFIG_DURATION_10 0x01 -#define LC3_CONFIG_CHAN_ALLOC (LC3_CONFIG_BASE + 2) +#define LC3_CONFIG_CHAN_ALLOC (LC3_CONFIG_BASE + 2) +#define LC3_CONFIG_CHAN_ALLOC_LEN 0x05 #define LC3_CONFIG_FRAME_LEN (LC3_CONFIG_BASE + 3) -- 2.47.3