cancel
Showing results for 
Search instead for 
Did you mean: 

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

Aries
Associate

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Scott Löhr
Senior II

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.

View solution in original post

1 REPLY 1
Scott Löhr
Senior II

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.