sl_bt_evt_system_bootSystem#
Indicates that the device has started and the radio is ready.
Data Structures#
struct | sl_bt_evt_system_boot_s Data structure of |
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 | Bootloader version |
uint16_t | |
hw | Hardware type |
uint32_t | |
hash | Version hash |