sl_bt_evt_system_errorSystem#

Indicates that an error has occurred.

Data Structures

struct  

sl_bt_evt_system_error_s

Data structure of the error event.

Macros

#define 

sl_bt_evt_system_error_id   0x060100a0

Identifier of the error event.

Detailed Description#

Indicates that an error has occurred.

See error codes table for more information.


Data Structure Documentation#

sl_bt_evt_system_error_s#

struct sl_bt_evt_system_error_s

Data structure of the error event.

Data Fields

uint16_t

reason

SL_STATUS_OK if successful. Error code otherwise.

uint8array

data

Data related to the error; this field can be empty.