Skip to content

Commit b70ec03

Browse files
zhaynxpnordicjm
authored andcommitted
[nrf fromtree] drivers: Bluetooth: nxp: not power off BLE controller when bt disable
remove the power off BLE controller function since the hci_reset cmd is enough, also for wifi-ble coex scenario, need to maintain BLE controller for some info in SMU region Signed-off-by: Ying Zhang <[email protected]> (cherry picked from commit 6b16d10)
1 parent 42fda4d commit b70ec03

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/bluetooth/hci/hci_nxp.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -513,12 +513,6 @@ static int bt_nxp_close(const struct device *dev)
513513
if (ret) {
514514
LOG_ERR("Failed to reset BLE controller");
515515
}
516-
k_sleep(K_SECONDS(1));
517-
518-
ret = PLATFORM_TerminateBle();
519-
if (ret < 0) {
520-
LOG_ERR("Failed to shutdown BLE controller");
521-
}
522516
}
523517
hci->recv = NULL;
524518

0 commit comments

Comments
 (0)