Is it possible to get BLE stack version from HCI API?
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.