Skip to main content
Aries
Visitor II
June 8, 2020
Solved

Is it possible to get BLE stack version from HCI API?

  • June 8, 2020
  • 1 reply
  • 760 views

Hi,

I am using STM32WB to do development. Since SDK1.7 has been released with some issues fixed, I want to show the BLE stack version in debug log to prevent using old stack version but it seems no HCI API to do so. I only can use the command "VS_HCI_C1_DEVICE_INFROMATION" in transparent mode to get BLE stack version.

This topic has been closed for replies.
Best answer by Scott Löhr

SHCI_CmdStatus_t SHCI_GetWirelessFwInfo( WirelessFwInfo_t* pWirelessInfo );

I have installed the FUS v1.1 and BLE full stack from v1.7.0 and the version info says it is v1.6.0 - I just did a diff on the binaries and it is identical to the binary from v1.6.0, so nothing changed for the simple BLE full stack, but it is different from v1.5.0.

1 reply

Scott Löhr
Senior III
June 8, 2020

SHCI_CmdStatus_t SHCI_GetWirelessFwInfo( WirelessFwInfo_t* pWirelessInfo );

I have installed the FUS v1.1 and BLE full stack from v1.7.0 and the version info says it is v1.6.0 - I just did a diff on the binaries and it is identical to the binary from v1.6.0, so nothing changed for the simple BLE full stack, but it is different from v1.5.0.