Power Consumption when enabling Bluetooth

Hello,

I am using the nrf5340 and the SDK v2.4.0.

Since I am developing a low power project, a current close to 0 is mportant while not performing any work.

I have a current of appr. 80 µA when flashing the hello world sampre and disabling serial interfaces (

IG_LOG=n
CONFIG_SERIAL=n

)

When configuring 

CONFIG_BT=y
In the prj.conf, the current immediatly rises to appr. 1 mA. Also, when running a real Bluetooth example, the current between advertisements or connection intervals never drops lower than 1 mA.
How could I get the current lower between packages or advertisements?
Related