From 4cdd3bcc4ec8b11f3973611af21b8b8bdd2a6dcd 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 41dce3906d..f84a3b66f7 100644 --- a/components/bt/host/bluedroid/common/include/common/bt_target.h +++ b/components/bt/host/bluedroid/common/include/common/bt_target.h @@ -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 */