mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02: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:
@@ -735,7 +735,7 @@
|
|||||||
|
|
||||||
/* Include Out-of-Band implementation for Simple Pairing */
|
/* Include Out-of-Band implementation for Simple Pairing */
|
||||||
#ifndef BTM_OOB_INCLUDED
|
#ifndef BTM_OOB_INCLUDED
|
||||||
#define BTM_OOB_INCLUDED FALSE//TRUE
|
#define BTM_OOB_INCLUDED TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* TRUE to include Sniff Subrating */
|
/* TRUE to include Sniff Subrating */
|
||||||
|
Reference in New Issue
Block a user