From d43272efdf78fc5b337684c9ae90c3e9fde5ef5d Mon Sep 17 00:00:00 2001 From: Mariusz Skamra Date: Wed, 4 May 2022 13:42:19 +0200 Subject: [PATCH] samples: unicast_audio_server: Remove unused buf pool The statically defined buffer pool is unused and can be removed. Signed-off-by: Mariusz Skamra --- samples/bluetooth/unicast_audio_server/src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/bluetooth/unicast_audio_server/src/main.c b/samples/bluetooth/unicast_audio_server/src/main.c index dd005625380..12d7fd4c1b4 100644 --- a/samples/bluetooth/unicast_audio_server/src/main.c +++ b/samples/bluetooth/unicast_audio_server/src/main.c @@ -36,11 +36,9 @@ static struct bt_codec lc3_codec = 1u, (BT_AUDIO_CONTEXT_TYPE_CONVERSATIONAL | BT_AUDIO_CONTEXT_TYPE_MEDIA), BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED); -NET_BUF_POOL_FIXED_DEFINE(tx_pool, 1, CONFIG_BT_ISO_TX_MTU, 8, NULL); static struct bt_conn *default_conn; static struct bt_audio_stream streams[MAX_PAC]; - static uint8_t unicast_server_addata[] = { BT_UUID_16_ENCODE(BT_UUID_ASCS_VAL), /* ASCS UUID */ BT_AUDIO_UNICAST_ANNOUNCEMENT_TARGETED, /* Target Announcement */