summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2015-05-26 17:40:12 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-05-26 17:40:12 -0700
commit67a784b9f9fc73816b9dccd18fcb3863888b444a (patch)
treeb6d9c68b044b2ff7db481de6dc9446b6a51ed93d /include
parentdea4f9b42fd373d8a46565d933ec49a6583a9117 (diff)
downloadandroid_system_bt-67a784b9f9fc73816b9dccd18fcb3863888b444a.tar.gz
android_system_bt-67a784b9f9fc73816b9dccd18fcb3863888b444a.tar.bz2
android_system_bt-67a784b9f9fc73816b9dccd18fcb3863888b444a.zip
Make secure connections mode configurable
Change-Id: Id6101abc1fc339147c8b55023c7426ec1c807ee6
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 4efe8903c..f712d2c1a 100644
--- a/include/bt_target.h
+++ b/include/bt_target.h
@@ -595,6 +595,11 @@
** End of Lisbon Features
**************************/
+/* 4.1/4.2 secure connections feature */
+#ifndef SC_MODE_INCLUDED
+#define SC_MODE_INCLUDED TRUE
+#endif
+
/* Used for conformance testing ONLY */
#ifndef BTM_BLE_CONFORMANCE_TESTING
#define BTM_BLE_CONFORMANCE_TESTING FALSE