Home
last modified time | relevance | path

Searched refs:bt_vcp_vol_rend_included_get (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/bluetooth/tmap_bmr/src/
Dvcp_vol_renderer.c62 err = bt_vcp_vol_rend_included_get(&vcp_included); in vcp_vol_renderer_init()
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dvcp_vol_renderer.c62 err = bt_vcp_vol_rend_included_get(&vcp_included); in vcp_vol_renderer_init()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h139 int bt_vcp_vol_rend_included_get(struct bt_vcp_included *included);
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dvcp_vol_renderer.c172 err = bt_vcp_vol_rend_included_get(&vcp_included); in vcp_vol_renderer_init()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_rend_test.c799 err = bt_vcp_vol_rend_included_get(NULL); in test_included_get()
806 err = bt_vcp_vol_rend_included_get(&vcp_included); in test_included_get()
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_rend.c498 int bt_vcp_vol_rend_included_get(struct bt_vcp_included *included) in bt_vcp_vol_rend_included_get() function
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c251 result = bt_vcp_vol_rend_included_get(&vcp_included); in cmd_vcp_vol_rend_init()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c525 err = bt_vcp_vol_rend_included_get(&included); in tester_init_vcs()