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

Result code:

  • 0: success

  • Non-zero: an error has occurred

uint8array

data

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