sl_bt_evt_system_bootSystem#
Indicates that the device has started and the radio is ready.
Data Structures | |
struct | |
Data structure of the boot event. | |
Macros | |
#define | sl_bt_evt_system_boot_id 0x000100a0 |
Identifier of the boot event. | |
Detailed Description#
Indicates that the device has started and the radio is ready.
This event carries the firmware build number and other software and hardware identification codes.
Data Structure Documentation#
◆sl_bt_evt_system_boot_s#
struct sl_bt_evt_system_boot_s |
Data structure of the boot event.
Data Fields | |
---|---|
uint16_t | |
major | Major release version |
uint16_t | |
minor | Minor release version |
uint16_t | |
patch | Patch release number |
uint16_t | |
build | Build number |
uint32_t | |
bootloader | Unused. Ignore this field. |
uint16_t | |
hw | Hardware type: the major chip revision number in the most significant byte and the minor revision in the least significant byte |
uint32_t | |
hash | Version hash |