Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dvocs_internal.h28 #define BT_VOCS_OPCODE_SET_OFFSET 0x01 macro
Dvocs.c40 #define VALID_VOCS_OPCODE(opcode) ((opcode) == BT_VOCS_OPCODE_SET_OFFSET)
213 case BT_VOCS_OPCODE_SET_OFFSET: in write_vocs_control()
553 cp.opcode = BT_VOCS_OPCODE_SET_OFFSET; in bt_vocs_state_set()
Dvocs_client.c575 inst->cp.opcode = BT_VOCS_OPCODE_SET_OFFSET; in bt_vocs_client_state_set()