From dbd429af1ba63ab566b06180e6ca0a4e75b63899 Mon Sep 17 00:00:00 2001 From: Noble-Mushtak Date: Thu, 19 Jul 2018 09:38:37 -0400 Subject: [PATCH] Changed value of BTM_OOB_INCLUDED to TRUE Merges https://github.com/espressif/esp-idf/pull/2206 --- components/bt/bluedroid/common/include/common/bt_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/bluedroid/common/include/common/bt_target.h b/components/bt/bluedroid/common/include/common/bt_target.h index 202174c310..97001115db 100644 --- a/components/bt/bluedroid/common/include/common/bt_target.h +++ b/components/bt/bluedroid/common/include/common/bt_target.h @@ -735,7 +735,7 @@ /* 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 */