Home
last modified time | relevance | path

Searched refs:BT_AICS_STATE_MUTED (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Daics.h52 #define BT_AICS_STATE_MUTED 0x01 macro
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmicp_mic_ctlr_test.c278 expected_input_mute = BT_AICS_STATE_MUTED; in test_aics()
Dmicp_mic_dev_test.c214 expected_input_mute = BT_AICS_STATE_MUTED; in test_aics_server_only()
Dvcp_vol_ctlr_test.c402 const uint8_t expected_input_mute = BT_AICS_STATE_MUTED; in test_aics_mute()
Dvcp_vol_rend_test.c375 const uint8_t expected_input_mute = BT_AICS_STATE_MUTED; in test_aics_mute()
/Zephyr-latest/subsys/bluetooth/audio/
Daics.c311 if (inst->srv.state.mute != BT_AICS_STATE_MUTED) { in write_aics_control()
312 inst->srv.state.mute = BT_AICS_STATE_MUTED; in write_aics_control()