]> granicus.if.org Git - esp-idf/commitdiff
Changed value of BTM_OOB_INCLUDED to TRUE
authorNoble-Mushtak <noblemushtak.public@gmail.com>
Thu, 19 Jul 2018 13:38:37 +0000 (09:38 -0400)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 30 Jul 2018 05:53:01 +0000 (08:53 +0300)
Merges https://github.com/espressif/esp-idf/pull/2206

components/bt/bluedroid/common/include/common/bt_target.h

index 202174c310947f959affe855393cd9f521de758b..97001115dbbd9945e92c2a76e72dff22eeb48834 100644 (file)
 
 /* Include Out-of-Band implementation for Simple Pairing */
 #ifndef BTM_OOB_INCLUDED
-#define BTM_OOB_INCLUDED                FALSE//TRUE
+#define BTM_OOB_INCLUDED                TRUE
 #endif
 
 /* TRUE to include Sniff Subrating */