samples: unicast_audio_server: Remove unused buf pool
The statically defined buffer pool is unused and can be removed. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
6f5cf3042d
commit
d43272efdf
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue