Notification data for upper layers.

Public Attributes#

sl_btmesh_blob_transfer_client_notification_kind_t

Identifies the notification type.

uint16_t

Index of the element which triggered the notification.

sl_btmesh_blob_transfer_client_result_t

Status of the active BLOB transfer on the element.

Progress of the active BLOB Transfer on the element.

Reason of BLOB Transfer Server failure during the active BLOB Transfer.

union sl_btmesh_blob_transfer_client_notification_t::@0

Notification specific parameters.

Public Attribute Documentation#

kind#

sl_btmesh_blob_transfer_client_notification_kind_t sl_btmesh_blob_transfer_client_notification_t::kind

Identifies the notification type.


elem_index#

uint16_t sl_btmesh_blob_transfer_client_notification_t::elem_index

Index of the element which triggered the notification.


transfer_result#

sl_btmesh_blob_transfer_client_result_t sl_btmesh_blob_transfer_client_notification_t::transfer_result

Status of the active BLOB transfer on the element.


progress#

sl_btmesh_blob_transfer_client_progress_t sl_btmesh_blob_transfer_client_notification_t::progress

Progress of the active BLOB Transfer on the element.


server_failed#

sl_btmesh_blob_transfer_client_server_failed_t sl_btmesh_blob_transfer_client_notification_t::server_failed

Reason of BLOB Transfer Server failure during the active BLOB Transfer.


params#

union sl_btmesh_blob_transfer_client_notification_t::@0 sl_btmesh_blob_transfer_client_notification_t::params

Notification specific parameters.