summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-10-31 14:09:37 -0700
committerSteve Kondik <steve@cyngn.com>2015-10-31 14:09:37 -0700
commit795db14c0fdc5f8dedd0763bdb71eb5ce4d3293b (patch)
tree75694ed22a5a5ebeb6dd0b8d233d9b6374b9a940 /include
parent285557511aed1c5dc9039c87fcf3b77e5d0ec985 (diff)
parent43c1e579b3b315bfd7c3369583a3f304cf667d38 (diff)
downloadandroid_system_bt-795db14c0fdc5f8dedd0763bdb71eb5ce4d3293b.tar.gz
android_system_bt-795db14c0fdc5f8dedd0763bdb71eb5ce4d3293b.tar.bz2
android_system_bt-795db14c0fdc5f8dedd0763bdb71eb5ce4d3293b.zip
Merge branch 'LA.BF.1.1.3_rb1.3' of git://codeaurora.org/platform/system/bt into cm-13.0
Diffstat (limited to 'include')
-rw-r--r--include/bt_target.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bt_target.h b/include/bt_target.h
index ce0baaab1..029b0a691 100644
--- a/include/bt_target.h
+++ b/include/bt_target.h
@@ -598,6 +598,11 @@
#define BTM_MAX_VSE_CALLBACKS 3
#endif
+/* Safe reattempt even after device is blacklisted for role switch */
+#ifndef BTM_SAFE_REATTEMPT_ROLE_SWITCH
+#define BTM_SAFE_REATTEMPT_ROLE_SWITCH TRUE
+#endif
+
/******************************************
** Lisbon Features
*******************************************/