Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvocs.h254 int bt_vocs_state_get(struct bt_vocs *inst);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c585 err = bt_vocs_state_get(NULL); in test_vocs_state_get()
595 err = bt_vocs_state_get(vcp_included.vocs[0]); in test_vocs_state_get()
Dvcp_vol_rend_test.c553 err = bt_vocs_state_get(NULL); in test_vocs_state_get()
563 err = bt_vocs_state_get(vcp_included.vocs[0]); in test_vocs_state_get()
/Zephyr-latest/subsys/bluetooth/audio/
Dvocs.c472 int bt_vocs_state_get(struct bt_vocs *inst) in bt_vocs_state_get() function
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c432 result = bt_vocs_state_get(vcp_included.vocs[index]); in cmd_vcp_vol_rend_vocs_state_get()
Dvcp_vol_ctlr.c572 result = bt_vocs_state_get(vcp_included.vocs[index]); in cmd_vcp_vol_ctlr_vocs_state_get()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c364 err = bt_vocs_state_get(included.vocs[0]); in vocs_state_get()