Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dvocs.c40 #define VALID_VOCS_OPCODE(opcode) ((opcode) == BT_VOCS_OPCODE_SET_OFFSET) macro
196 if (!VALID_VOCS_OPCODE(cp->opcode)) { in write_vocs_control()