Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvocs.h52 #define BT_VOCS_ERR_INVALID_COUNTER 0x80 macro
/Zephyr-latest/subsys/bluetooth/audio/
Dvocs_client.c274 if (cb_err == BT_VOCS_ERR_INVALID_COUNTER && in vocs_client_write_vocs_cp_cb()
277 } else if (cb_err == BT_VOCS_ERR_INVALID_COUNTER && inst->state_handle) { in vocs_client_write_vocs_cp_cb()
Dvocs.c209 return BT_GATT_ERR(BT_VOCS_ERR_INVALID_COUNTER); in write_vocs_control()