summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_dm.h
diff options
context:
space:
mode:
Diffstat (limited to 'btif/include/btif_dm.h')
-rw-r--r--btif/include/btif_dm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/btif/include/btif_dm.h b/btif/include/btif_dm.h
index 9af0a04..71f2c5e 100644
--- a/btif/include/btif_dm.h
+++ b/btif/include/btif_dm.h
@@ -76,4 +76,7 @@ BOOLEAN btif_dm_proc_rmt_oob(BD_ADDR bd_addr, BT_OCTET16 p_c, BT_OCTET16 p_r);
#endif /* BTIF_DM_OOB_TEST */
#endif /* BTM_OOB_INCLUDED */
+/* Notify BT disable being initiated. DM may chose to abort pending commands, like pairing*/
+void btif_dm_on_disable(void);
+
#endif