Hi Nordic,
I am currently writing about the process of performing channel sounding sequentially on three connected devices. However, after the first channel sounding is completed and the CS procedure is closed, when I attempt to start the second channel sounding (using bt_le_cs_procedure_enable
), the following error occurs:
[00:00:28.513,899] <wrn> bt_hci_core: opcode 0x2094 status 0x07 [00:00:28.513,910] <err> app_main: Failed to enable CS procedures (err -5)
According to the Bluetooth specification, this error corresponds to "Memory Capacity Exceeded". I would like to ask how to resolve this issue.
Thanks!