Hi,
I am working on a BLE application using the nRF5340 SoC(custom board) and Zephyr RTOS (NCS SDK version v2.9.0)
When I call bt_enable(bt_ready_cb_t cb), Bluetooth initialization fails with the following logs:
Bluetooth initialization failed (err -19)
Bluetooth enable failed (ret -19)
I checked the code and found that the following part of the function bt_enable() in hci.core file, the else part of below code is executing is being executed:
this are the configurations i am using in prj.config file
