Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c657 const uint32_t expected_location = g_vocs_location + 1; in test_vocs_location_set() local
662 err = bt_vocs_location_set(NULL, expected_location); in test_vocs_location_set()
679 err = bt_vocs_location_set(vcp_included.vocs[0], expected_location); in test_vocs_location_set()
685 WAIT_FOR_COND(expected_location == g_vocs_location); in test_vocs_location_set()
Dvcp_vol_rend_test.c625 const uint32_t expected_location = g_vocs_location + 1; in test_vocs_location_set() local
630 err = bt_vocs_location_set(NULL, expected_location); in test_vocs_location_set()
647 err = bt_vocs_location_set(vcp_included.vocs[0], expected_location); in test_vocs_location_set()
653 WAIT_FOR_COND(expected_location == g_vocs_location); in test_vocs_location_set()