mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
commit
fe09c1cb59
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user