Data structure of the test_request event.

Public Attributes#

uint16_t
uint16_t
uint8_t
uint16_t

Public Attribute Documentation#

server_address#

uint16_t sl_btmesh_evt_health_server_test_request_s::server_address

Destination address the message was sent to. It can be either the Server model element's unicast address, or a subscription address of the Server model.


Definition at line 4913 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

elem_index#

uint16_t sl_btmesh_evt_health_server_test_request_s::elem_index

Server model element index. Identifies the Server model that received the request as well as the element on which the test is to be performed.


Definition at line 4917 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

client_address#

uint16_t sl_btmesh_evt_health_server_test_request_s::client_address

Address of the client model which sent the message


Definition at line 4921 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

appkey_index#

uint16_t sl_btmesh_evt_health_server_test_request_s::appkey_index

The application key index to use in encrypting the request. Any response sent must be encrypted using the same key.


Definition at line 4923 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

test_id#

uint8_t sl_btmesh_evt_health_server_test_request_s::test_id

Test ID


Definition at line 4926 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

vendor_id#

uint16_t sl_btmesh_evt_health_server_test_request_s::vendor_id

Bluetooth vendor ID used in the request


Definition at line 4927 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

response_required#

uint8_t sl_btmesh_evt_health_server_test_request_s::response_required

Non-zero if client expects a response. The application should issue a sl_btmesh_health_server_send_test_response once it has processed the request.


Definition at line 4928 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h