Home
last modified time | relevance | path

Searched refs:BT_VCP_OPCODE_SET_ABS_VOL (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_internal.h28 #define BT_VCP_OPCODE_SET_ABS_VOL 0x04 macro
Dvcp_vol_rend.c181 cp_val->cp.opcode != BT_VCP_OPCODE_SET_ABS_VOL) || in write_vcs_control()
235 case BT_VCP_OPCODE_SET_ABS_VOL: in write_vcs_control()
597 .opcode = BT_VCP_OPCODE_SET_ABS_VOL, in bt_vcp_vol_rend_set_vol()
Dvcp_vol_ctlr.c217 case BT_VCP_OPCODE_SET_ABS_VOL: in vcs_cp_notify_app()
264 if (opcode == BT_VCP_OPCODE_SET_ABS_VOL) { in internal_read_vol_state_cb()
1220 vol_ctlr->cp_val.cp.opcode = BT_VCP_OPCODE_SET_ABS_VOL; in bt_vcp_vol_ctlr_set_vol()