nrfxlib API 2.8.99
|
uint8_t sdc_hci_cmd_vs_zephyr_read_version_info | ( | sdc_hci_cmd_vs_zephyr_read_version_info_return_t * | p_return | ) |
#include <softdevice_controller/include/sdc_hci_vs.h>
Zephyr Read Version Information.
Reads the values for the vendor version information for the local Controller.
The Hardware_Platform information defines the hardware manufacturer information. The Hardware_Variant is manufacturer specific and defines the hardware platform from that manufacturer.
The Firmware_Variant defines the type of firmware. It is possible to provide HCI firmware with limited functionality for example for bootloader operation. The Firmware_Version and Firmware_Revision define version information of the Firmware_Variant that is currently active. The Firmware_Build defines an additional counter for incremental builds.
Event(s) generated (unless masked away): When the command has completed, an HCI_Command_Complete event shall be generated.
[out] | p_return | Extra return parameters. |
0 | if success. |