Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: eeybye on October 19, 2015, 03:01:08 PM

Title: Reading LMP version missing version number ?
Post by: eeybye on October 19, 2015, 03:01:08 PM
The new GetLMPVersion method on wclBluetoothRadio returns, for my machine, a value of 1280.
When I look in the device manager property for the Bluetooth radio, it says 6.1280.

How do I translate the value from GetLMPVersion to a value I can use to compare the actual version seen on Bluetooth.org ? (https://www.bluetooth.org/en-us/specification/assigned-numbers/link-manager)

Thanks in advance,
Title: Re: Reading LMP version missing version number ?
Post by: Mike Petrichenko on October 19, 2015, 03:09:26 PM
Hello,

Unfortunately MS driver reports only LMP subversion number (which WCL returns). Tofind major version number it requires to read driver information first. I will check if it is possible at all.
Title: Re: Reading LMP version missing version number ?
Post by: eeybye on November 25, 2015, 09:18:56 AM
Hello

Did you find a way to read driver information ?
Title: Re: Reading LMP version missing version number ?
Post by: Mike Petrichenko on November 25, 2015, 09:53:59 AM
Hello,

Unfortunately no, there is no easy way to do that.
Title: Re: Reading LMP version missing version number ?
Post by: Mike Petrichenko on December 29, 2015, 05:12:44 AM
Hello,

That is probably late but finally I found the way to read all the information including LMP version/subversion and hci version/subversion. Will publish update today.