I am working on nrf52SDK. For my curiosity i wanted to know the BLE stack version.
Is there any calls available to query the soft device(S132) to know the BLE stack version.
Thanks in advance!
I am working on nrf52SDK. For my curiosity i wanted to know the BLE stack version.
Is there any calls available to query the soft device(S132) to know the BLE stack version.
Thanks in advance!
Yes, I believe so, see sd_ble_version_get.
Thank you!