summaryrefslogtreecommitdiffstats
path: root/btif/include
diff options
context:
space:
mode:
authorRavi Nagarajan <nravi@broadcom.com>2012-05-29 17:11:03 +0530
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:22 -0700
commitcc10fec21ba2bdb9c908509b1667c8c34d0e8c02 (patch)
tree752a70c19571a58d044a7e8eb22d94d97107cfcb /btif/include
parent7b4048c6064ab21da67dc3450bdfd431f109e4fc (diff)
downloadexternal_bluetooth_bluedroid-cc10fec21ba2bdb9c908509b1667c8c34d0e8c02.zip
external_bluetooth_bluedroid-cc10fec21ba2bdb9c908509b1667c8c34d0e8c02.tar.gz
external_bluetooth_bluedroid-cc10fec21ba2bdb9c908509b1667c8c34d0e8c02.tar.bz2
When Bluetooth disable is initiated, terminate pending bonding setup, and reset control blocks on startup/init
Change-Id: Iddc37e60ddb712de4af39a25f3c2e5bc7b11410d
Diffstat (limited to 'btif/include')
-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