Bluetooth: PACS: Remove CONFIG_BT_PACS_{SNK,SRC}_CONTEXT
The Kconfig option was never used by the stack and should thus be removed. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
f6a4217a88
commit
2147eefa15
4 changed files with 2 additions and 50 deletions
|
@ -21,11 +21,6 @@ CONFIG_BT_ASCS_ASE_SRC_COUNT=1
|
|||
# Support an ISO channel per ASE
|
||||
CONFIG_BT_ISO_MAX_CHAN=2
|
||||
|
||||
# Sink Contexts Supported: Unspecified, Conversational, Media, Live
|
||||
CONFIG_BT_PACS_SNK_CONTEXT=0x0047
|
||||
# Source Contexts Supported: Unspecified, Conversational
|
||||
CONFIG_BT_PACS_SRC_CONTEXT=0x0003
|
||||
|
||||
CONFIG_BT_PAC_SNK_LOC=y
|
||||
CONFIG_BT_PAC_SRC_LOC=y
|
||||
|
||||
|
|
|
@ -24,11 +24,8 @@
|
|||
BT_AUDIO_CONTEXT_TYPE_MEDIA | \
|
||||
BT_AUDIO_CONTEXT_TYPE_LIVE)
|
||||
|
||||
#define AVAILABLE_SINK_CONTEXT CONFIG_BT_PACS_SNK_CONTEXT
|
||||
#define AVAILABLE_SOURCE_CONTEXT CONFIG_BT_PACS_SRC_CONTEXT
|
||||
|
||||
BUILD_ASSERT((CONFIG_BT_PACS_SNK_CONTEXT & MANDATORY_SINK_CONTEXT) == MANDATORY_SINK_CONTEXT,
|
||||
"Need to support mandatory Supported_Sink_Contexts");
|
||||
#define AVAILABLE_SINK_CONTEXT MANDATORY_SINK_CONTEXT
|
||||
#define AVAILABLE_SOURCE_CONTEXT MANDATORY_SINK_CONTEXT
|
||||
|
||||
static uint8_t unicast_server_addata[] = {
|
||||
BT_UUID_16_ENCODE(BT_UUID_ASCS_VAL), /* ASCS UUID */
|
||||
|
|
|
@ -32,11 +32,6 @@ CONFIG_BT_ASCS_ASE_SRC_COUNT=1
|
|||
# Support an ISO channel per ASE
|
||||
CONFIG_BT_ISO_MAX_CHAN=2
|
||||
|
||||
# Sink Contexts Supported: Unspecified, Conversational, Media
|
||||
CONFIG_BT_PACS_SNK_CONTEXT=0x0007
|
||||
# Source Contexts Supported: Unspecified, Conversational, Media
|
||||
CONFIG_BT_PACS_SRC_CONTEXT=0x0007
|
||||
|
||||
# Sink PAC Location Support
|
||||
CONFIG_BT_PAC_SNK_LOC=y
|
||||
# Source PAC Location Support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue