Merge branch 'bugfix/btdm_oob_included' into 'master'

Fix undefined reference error by changing BTM_OOB_INCLUDED

See merge request idf/esp-idf!2878
This commit is contained in:
Jiang Jiang Jian 2018-08-01 14:53:37 +08:00
commit fe09c1cb59

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