2020-06-07 08:05 PM
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.
Solved! Go to Solution.
2020-06-08 04:50 PM
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.
2020-06-08 04:50 PM
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.