Modules#

sl_bt_evt_system_resource_exhausted_s

sl_bt_evt_system_resource_exhausted#

Indicates that a system resource has been exhausted during the operation of the Bluetooth stack.

If resource errors occur already when the Bluetooth stack is starting, the error is reported directly as a return value from sl_bt_stack_init (when the Bluetooth on-demand start component is not included in the application build), or from sl_bt_system_start_bluetooth (when the on-demand start component is included). The fields of this event indicate how many failures have occurred for a specific resource. If further resource failures occur while this event is already queued in the BGAPI event queue but not yet delivered to the application, the new failures are included in the already queued event. When the application receives this event, the fields represent the number of failures that have occurred since the previous sl_bt_evt_system_resource_exhausted event.

Macros#

#define

Identifier of the resource_exhausted event.

Typedef Documentation#

sl_bt_evt_system_resource_exhausted_t#

typedef struct sl_bt_evt_system_resource_exhausted_s sl_bt_evt_system_resource_exhausted_t

Definition at line 887 of file /mnt/raid/workspaces/ws.vHmYkJajL/overlay/gsdk/protocol/bluetooth/build_debug/bt_api/sw/bgapi/inc/sl_bt_api.h

Macro Definition Documentation#

sl_bt_evt_system_resource_exhausted_id#

#define sl_bt_evt_system_resource_exhausted_id
Value:
0x080100a0

Identifier of the resource_exhausted event.


Definition at line 850 of file /mnt/raid/workspaces/ws.vHmYkJajL/overlay/gsdk/protocol/bluetooth/build_debug/bt_api/sw/bgapi/inc/sl_bt_api.h