function buildCallbackDecoderData (reader, response) {
  const callbackId = reader.readByte()
  response.status = reader.readByte(b => sucUpdateFormat.format(b))
  return { callbackId }
}