From f1484dcd3eefe1c823d300d7cd8891560cd0fb90 Mon Sep 17 00:00:00 2001 From: natrajmuthusamy <52849136+natrajmuthusamy@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:15:43 +0530 Subject: [PATCH 1/2] Update btrMgr.c --- src/ifce/btrMgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifce/btrMgr.c b/src/ifce/btrMgr.c index dd1e241e..dd6478e4 100644 --- a/src/ifce/btrMgr.c +++ b/src/ifce/btrMgr.c @@ -107,7 +107,7 @@ #define RDK_LOGGER_BTCORE_NAME "LOG.RDK.BTRCORE" #ifdef RDKTV_PERSIST_VOLUME -#define BTRMGR_DEFAULT_SET_VOLUME_INTERVAL 2 +#define BTRMGR_DEFAULT_SET_VOLUME_INTERVAL 3 #define BTRMGR_SKIP_VOLUME_UPDATE_INTERVAL 6 #define BTRMGR_DEFAULT_CONNECTION_IN_PROGRESS_INTERVAL 2 #endif From 5fa281bb5fd4342634d89274d27b5ce33123856a Mon Sep 17 00:00:00 2001 From: natrajmuthusamy <52849136+natrajmuthusamy@users.noreply.github.com> Date: Fri, 13 Jun 2025 17:02:12 +0530 Subject: [PATCH 2/2] Update test_btrMgr.c --- unitTest/unitTest_btmgr/test_btrMgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unitTest/unitTest_btmgr/test_btrMgr.c b/unitTest/unitTest_btmgr/test_btrMgr.c index 4c3e13c3..9a974714 100644 --- a/unitTest/unitTest_btmgr/test_btrMgr.c +++ b/unitTest/unitTest_btmgr/test_btrMgr.c @@ -4489,7 +4489,7 @@ void test_BTRMGR_SelectMediaElement_fail_to_select(void) ghBTRCoreHdl = NULL; } -void test_BTRMGR_GetDeviceProperties_InvalidInput(void) +/*void test_BTRMGR_GetDeviceProperties_InvalidInput(void) { BTRMGR_DevicesProperty_t deviceProperty; BTRMgrDeviceHandle deviceHandle = 1; @@ -4508,7 +4508,7 @@ void test_BTRMGR_GetDeviceProperties_InvalidInput(void) // Test with a NULL device handle TEST_ASSERT_EQUAL(BTRMGR_RESULT_INVALID_INPUT, BTRMGR_GetDeviceProperties(1, 0, &deviceProperty)); -} +}*/ void test_BTRMGR_PerformLeOp_SuccessfulLeOperationAndFound(void) {