Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_rend.c51 #define VALID_VCP_OPCODE(opcode) ((opcode) <= BT_VCP_OPCODE_MUTE) macro
174 if (!VALID_VCP_OPCODE(cp_val->cp.opcode)) { in write_vcs_control()