Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ifce/btrMgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions unitTest/unitTest_btmgr/test_btrMgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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)
{
Expand Down
Loading