Data structure of the event_info_report event.
Public Attribute Documentation#
configuration#
uint32_t sl_bt_evt_linklayer_event_info_report_s::configuration
Bitmask to specify the event info reporting configuration. See the link layer documentation of HCI_VS_Siliconlabs_Event_Info_Reporting_Enable for detailed description of each bit.
procedure_type#
uint8_t sl_bt_evt_linklayer_event_info_report_s::procedure_type
The type of the procedure that is reporting an event. See the link layer documentation of HCI_VS_Siliconlabs_Event_Info_Reporting_Enable for detailed description of available procedure types.
data#
uint8array sl_bt_evt_linklayer_event_info_report_s::data
A variable-length byte array that consists of the following parameters in the specified order:
procedure_identifier_length(1 byte)procedure_identifier(procedure_identifier_length* 1 byte)event_info_length(1 byte)event_info(event_info_length* 1 byte)
The length of data must be (2 + procedure_identifier_length + event_info_length) bytes. See the link layer documentation of HCI_VS_Siliconlabs_Event_Info_Report for a detailed description of the parameters.