Home
last modified time | relevance | path

Searched refs:BT_VCP_STATE_MUTED (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h81 #define BT_VCP_STATE_MUTED 0x01 macro
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_rend.c254 vol_rend.state.mute = BT_VCP_STATE_MUTED; in write_vcs_control()
445 CHECKIF(param->mute > BT_VCP_STATE_MUTED) { in bt_vcp_vol_rend_register()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c1036 const uint8_t expected_mute = BT_VCP_STATE_MUTED; in test_mute()
Dvcp_vol_rend_test.c906 const uint8_t expected_mute = BT_VCP_STATE_MUTED; in test_mute()