Hi Aleksandr
Most Bluetooth chipsets that are connected via UART (H4/H5) will have SCO audio from HSP/HFP routed to the I2S bus interface by default.
if you don't set the ENABLE_SCO_OVER_HCI compile flag in btstack_config.h, the audio should end up there.
Please note that wide band speech in HFP needs to go through an mSBC codec. We're currently implementing this as part of BTstack, but
the SCO data then needs to be routed to the MCU instead of the Bluetooth's I2S interface. Some vendors come up with solutions for this,
e.g., the TI CC256x chipsets support "Assisted HFP" where the codec is implemented in the Bluetooth controller, although that disables the BLE support.
CSR has different chipsets and I think some have some kind of DSP for that, but I'm not sure about this.
Best
Matthias