Home
last modified time | relevance | path

Searched refs:bt_vcp_vol_ctlr_read_state (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h507 int bt_vcp_vol_ctlr_read_state(struct bt_vcp_vol_ctlr *vol_ctlr);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c910 err = bt_vcp_vol_ctlr_read_state(NULL); in test_read_state()
920 err = bt_vcp_vol_ctlr_read_state(vol_ctlr); in test_read_state()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_ctlr.c378 result = bt_vcp_vol_ctlr_read_state(vcp_vol_ctlr); in cmd_vcp_vol_ctlr_state_get()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c824 err = bt_vcp_vol_ctlr_read_state(vol_ctlr); in vcp_state_read()
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_ctlr.c1092 int bt_vcp_vol_ctlr_read_state(struct bt_vcp_vol_ctlr *vol_ctlr) in bt_vcp_vol_ctlr_read_state() function