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 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) {