BT_HCI_OP_VS_READ_VERSION_INFO result seems incorrect?

I'm using NCS 2.7.0 and NCS 2.9.0 to read the BT stack version information on an nRF5340.  See below for the results.

How should the fw_version, fw_revision, and fw_build be interpreted?  The numbers look quite large to be major, minor, patch.  I'm looking for something in that format.  Or an explanation of what is being returned that I can use to determine a BT stack version that can be compared to see if it is a new version.

NCS 2.7.0

status =0 '\000'

hw_platform =2

hw_variant =3

fw_variant =0 '\000'

fw_version =214 '?'

fw_revision =51162

fw_build =1926957230

NSC 2.9.0

hw_platform =2

hw_variant =3

fw_variant =0 '\000'

fw_version =45 '-'

fw_revision =41337

fw_build =3074452168

Related