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

pull/13426/head
Jin Cheng 2023-12-05 19:25:13 +08:00
rodzic 48594fc6e7
commit 4cdd3bcc4e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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