bt_disable in nrf53

Is it posiible to use bt_disable on the nrf5340 board? for some reason it doesn't work, returns and error on this line:
 


    if (!bt_dev.drv->close) {
        return -ENOTSUP;
    }

is it not possilbe with this function? how then wouldnt one disable the bluetooth system on its device?
Parents Reply Children
Related