summaryrefslogtreecommitdiffstats
path: root/btif/src/btif_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'btif/src/btif_core.c')
-rwxr-xr-xbtif/src/btif_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/btif_core.c b/btif/src/btif_core.c
index 777c4ca..42caf95 100755
--- a/btif/src/btif_core.c
+++ b/btif/src/btif_core.c
@@ -575,7 +575,6 @@ void btif_enable_bluetooth_evt(tBTA_STATUS status, BD_ADDR local_bd)
** Returns void
**
*******************************************************************************/
-
bt_status_t btif_disable_bluetooth(void)
{
tBTA_STATUS status;
@@ -588,6 +587,7 @@ bt_status_t btif_disable_bluetooth(void)
BTIF_TRACE_DEBUG0("BTIF DISABLE BLUETOOTH");
+ btif_dm_on_disable();
btif_core_state = BTIF_CORE_STATE_DISABLING;
/* cleanup rfcomm & l2cap api */