summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbtif/src/btif_core.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/btif/src/btif_core.c b/btif/src/btif_core.c
index ac2a0aa..62339a9 100755
--- a/btif/src/btif_core.c
+++ b/btif/src/btif_core.c
@@ -681,6 +681,10 @@ void btif_disable_bluetooth_evt(void)
{
BTIF_TRACE_DEBUG1("%s", __FUNCTION__);
+#if (defined(HCILP_INCLUDED) && HCILP_INCLUDED == TRUE)
+ bte_main_enable_lpm(FALSE);
+#endif
+
bte_main_disable();
/* update local state */