Searched refs:bt_vocs_description_set (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | vocs.h | 306 int bt_vocs_description_set(struct bt_vocs *inst, const char *description);
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | vcp_vol_ctlr_test.c | 738 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()
|
D | vcp_vol_rend_test.c | 705 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/ |
D | vocs.c | 586 int bt_vocs_description_set(struct bt_vocs *inst, const char *description) in bt_vocs_description_set() function
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | vcp_vol_rend.c | 591 result = bt_vocs_description_set(vcp_included.vocs[index], argv[2]); in cmd_vcp_vol_rend_vocs_output_description_set()
|
D | vcp_vol_ctlr.c | 737 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/ |
D | btp_vcp.c | 336 if (bt_vocs_description_set(included.vocs[i], description) != 0) { in vocs_audio_desc()
|