No reassembly buffer was allocated for this CS procedure

Hi, I am trying to implement MUSIC into the sample, and I have a problem with the net buffer allocation.

E: net_buf_alloc():1361: Failed to get free buffer
E: net_buf_alloc():1361: Failed to get free buffer
E: net_buf_alloc():1361: Failed to get free buffer
I: MUSIC: distance=0.800 m
E: net_buf_alloc():1361: Failed to get free buffer
E: net_buf_alloc():1361: Failed to get free buffer
I: Dropped subevent results. Waiting for ranging data from peer.
E: No reassembly buffer was allocated for this CS procedure, possibly due to an out-of-order subevent result continue event
E: No reassembly buffer was allocated for this CS procedure, possibly due to an out-of-order subevent result continue event
E: No reassembly buffer was allocated for this CS procedure, possibly due to an out-of-order subevent result continue event
E: No reassembly buffer was allocated for this CS procedure, possibly due to an out-of-order subevent result continue event
I: Dropped subevent results. Waiting for ranging data from peer.
I: Dropped subevent results. Waiting for ranging data from peer.
I: ifft: 2.158, phase_slope: nan, rtt: nan, music: 0.00
I: MUSIC: distance=0.820 m

Is there a way I can solve this via Kconfigs?

I am also attaching the memory report here

I tried these solutions suggested by DevZone AI, but they did not work
CONFIG_BT_CHANNEL_SOUNDING_REASSEMBLY_BUFFER_SIZE=3840
CONFIG_BT_BUF_CMD_TX_COUNT=10
CONFIG_BT_CTLR_SDC_CS_COUNT=3

Regards,
Vinayaka KS

Related