From e78209ad47b9d1066f61dc7700db69079d07a7cd Mon Sep 17 00:00:00 2001 From: Jin Cheng Date: Tue, 5 Dec 2023 19:25:13 +0800 Subject: [PATCH] fix(bt/bluedroid): Disabled Sniff Subrating temporarily as it did not work well --- components/bt/host/bluedroid/common/include/common/bt_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/bluedroid/common/include/common/bt_target.h b/components/bt/host/bluedroid/common/include/common/bt_target.h index 21a728e247..b515003c91 100644 --- a/components/bt/host/bluedroid/common/include/common/bt_target.h +++ b/components/bt/host/bluedroid/common/include/common/bt_target.h @@ -1012,7 +1012,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 */