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 58256d8c4b
commit e78209ad47

View File

@ -1012,7 +1012,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 */