Home
last modified time | relevance | path

Searched refs:bt_vocs_description_set (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvocs.h306 int bt_vocs_description_set(struct bt_vocs *inst, const char *description);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c738 err = bt_vocs_description_set(NULL, expected_vocs_desc); in test_vocs_description_set()
744 err = bt_vocs_description_set(vcp_included.vocs[0], NULL); in test_vocs_description_set()
754 err = bt_vocs_description_set(vcp_included.vocs[0], expected_vocs_desc); in test_vocs_description_set()
Dvcp_vol_rend_test.c705 err = bt_vocs_description_set(NULL, expected_vocs_desc); in test_vocs_description_set()
711 err = bt_vocs_description_set(vcp_included.vocs[0], NULL); in test_vocs_description_set()
721 err = bt_vocs_description_set(vcp_included.vocs[0], expected_vocs_desc); in test_vocs_description_set()
/Zephyr-latest/subsys/bluetooth/audio/
Dvocs.c586 int bt_vocs_description_set(struct bt_vocs *inst, const char *description) in bt_vocs_description_set() function
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c591 result = bt_vocs_description_set(vcp_included.vocs[index], argv[2]); in cmd_vcp_vol_rend_vocs_output_description_set()
Dvcp_vol_ctlr.c737 result = bt_vocs_description_set(vcp_included.vocs[index], argv[2]); in cmd_vcp_vol_ctlr_vocs_output_description_set()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c336 if (bt_vocs_description_set(included.vocs[i], description) != 0) { in vocs_audio_desc()