diff options
author | Harish Paryani <hparyani@broadcom.com> | 2012-03-07 16:36:03 -0800 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:12 -0700 |
commit | 17706aa42214addb95ee4aea5177a8784960dfc1 (patch) | |
tree | 24ba3487fc2e4fed27e76043608e0a94451ce2b5 /btif/include | |
parent | c625f0b1c42a6451796cd6867e2769cd0db28d93 (diff) | |
download | external_bluetooth_bluedroid-17706aa42214addb95ee4aea5177a8784960dfc1.zip external_bluetooth_bluedroid-17706aa42214addb95ee4aea5177a8784960dfc1.tar.gz external_bluetooth_bluedroid-17706aa42214addb95ee4aea5177a8784960dfc1.tar.bz2 |
Disconnect before Unpair
Change-Id: Ib28372748df21d36d371d308975758f60df7aa28
Diffstat (limited to 'btif/include')
-rwxr-xr-x[-rw-r--r--] | btif/include/btif_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/btif/include/btif_common.h b/btif/include/btif_common.h index f594ee4..a440802 100644..100755 --- a/btif/include/btif_common.h +++ b/btif/include/btif_common.h @@ -135,7 +135,6 @@ enum BTIF_DM_CB_START = BTIF_SIG_CB_START(BTIF_DM), BTIF_DM_CB_DISCOVERY_STARTED, /* Discovery has started */ BTIF_DM_CB_BONDING_STARTED, /* Bonding process has started */ - BTIF_DM_CB_REMOVED_BONDING /* Bonded device deleted */ }; /************************************************************************************ |