Home
last modified time | relevance | path

Searched refs:expected_vocs_desc (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c734 const char *expected_vocs_desc = "New Output Description"; in test_vocs_description_set() local
738 err = bt_vocs_description_set(NULL, expected_vocs_desc); in test_vocs_description_set()
754 err = bt_vocs_description_set(vcp_included.vocs[0], expected_vocs_desc); in test_vocs_description_set()
761 strncmp(expected_vocs_desc, g_vocs_desc, strlen(expected_vocs_desc)) == 0); in test_vocs_description_set()
Dvcp_vol_rend_test.c701 const char *expected_vocs_desc = "New Output Description"; in test_vocs_description_set() local
705 err = bt_vocs_description_set(NULL, expected_vocs_desc); in test_vocs_description_set()
721 err = bt_vocs_description_set(vcp_included.vocs[0], expected_vocs_desc); in test_vocs_description_set()
728 strncmp(expected_vocs_desc, g_vocs_desc, strlen(expected_vocs_desc)) == 0); in test_vocs_description_set()