Changed value of BTM_OOB_INCLUDED to TRUE

Merges https://github.com/espressif/esp-idf/pull/2206
This commit is contained in:
Noble-Mushtak 2018-07-19 09:38:37 -04:00 committed by Ivan Grokhotkov
parent 2ab04621b6
commit dbd429af1b

View file

@ -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 */