fix(bt/bluedroid): Disabled Sniff Subrating temporarily as it did not work well

This commit is contained in:
Jin Cheng 2023-12-05 19:25:13 +08:00
parent 885c070eb8
commit f7cfcebe69

View File

@ -1010,7 +1010,7 @@
/* TRUE to include Sniff Subrating */
#if (BTA_DM_PM_INCLUDED == TRUE)
#ifndef BTM_SSR_INCLUDED
#define BTM_SSR_INCLUDED TRUE
#define BTM_SSR_INCLUDED FALSE
#endif
#endif /* BTA_DM_PM_INCLUDED */