This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ34110: State of Health

Part Number: BQ34110

I need a clarification on SOH

Per TRM:

StateofHealth(): 0x2E/0x2F
This command returns the state-of-health (SOH) information of the battery. StateOfHealth() is calculated
as a percentage of FullChargeCapacity() relative to Design Capacity. It is a read-only command.
Byte 0: LSB of SOH in capacity
Byte 1: MSB of SOH in capacity
Byte 2: LSB of SOH in energy
Byte 3: MSB of SOH in energy

If I understood it right, the command returns two bytes (0x2E/0x2F) but the description indicates four. What am I missing?