From f30d282d667fe0d1b33f251c4cee26bb4e908c3d 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 cb87f02f22e1..f467d11200f4 100644 --- a/components/bt/host/bluedroid/common/include/common/bt_target.h +++ b/components/bt/host/bluedroid/common/include/common/bt_target.h @@ -1018,7 +1018,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 */