diff options
| -rw-r--r-- | libbt-vendor/src/bt_vendor_qcom.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libbt-vendor/src/bt_vendor_qcom.c b/libbt-vendor/src/bt_vendor_qcom.c index b8b66ae..cb5491f 100644 --- a/libbt-vendor/src/bt_vendor_qcom.c +++ b/libbt-vendor/src/bt_vendor_qcom.c @@ -1058,12 +1058,11 @@ static void ssr_cleanup(void) { * turns off*/ op(BT_VND_OP_POWER_CTRL, &pwr_state); - } else { - //pronto case - op(BT_VND_OP_USERIAL_CLOSE, NULL); } +#ifdef BT_SOC_TYPE_ROME /*Generally switching of chip should be enough*/ op(BT_VND_OP_POWER_CTRL, &pwr_state); +#endif } |
