mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(bt/bluedroid): Disabled Sniff Subrating temporarily as it did not work well
This commit is contained in:
parent
885c070eb8
commit
f7cfcebe69
@ -1010,7 +1010,7 @@
|
|||||||
/* TRUE to include Sniff Subrating */
|
/* TRUE to include Sniff Subrating */
|
||||||
#if (BTA_DM_PM_INCLUDED == TRUE)
|
#if (BTA_DM_PM_INCLUDED == TRUE)
|
||||||
#ifndef BTM_SSR_INCLUDED
|
#ifndef BTM_SSR_INCLUDED
|
||||||
#define BTM_SSR_INCLUDED TRUE
|
#define BTM_SSR_INCLUDED FALSE
|
||||||
#endif
|
#endif
|
||||||
#endif /* BTA_DM_PM_INCLUDED */
|
#endif /* BTA_DM_PM_INCLUDED */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user