Bluetooth Mesh Test Utilities#
Bluetooth Mesh Test Utilities.
These commands are meant for development and testing. Do not use in production software.
Modules#
sl_btmesh_evt_test_local_heartbeat_subscription_complete
sl_btmesh_evt_test_replay_protection_list_entry_set
sl_btmesh_evt_test_replay_protection_list_entry_cleared
sl_btmesh_evt_test_replay_protection_list_saved
sl_btmesh_evt_test_replay_protection_list_full
Enumerations#
Specify the type of a key in key manipulation commands.
Functions#
Macros#
Enumeration Documentation#
sl_btmesh_test_key_type_t#
sl_btmesh_test_key_type_t
Specify the type of a key in key manipulation commands.
Enumerator | |
---|---|
sl_btmesh_test_key_type_net | (0x0) Network key |
sl_btmesh_test_key_type_app | (0x1) Application key |
6269
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
Function Documentation#
sl_btmesh_test_get_nettx#
sl_status_t sl_btmesh_test_get_nettx (uint8_t * count, uint8_t * interval)
[out] | count | Number of network layer transmissions beyond the initial one. Range: 0-7. |
[out] | interval | Transmit interval steps. The interval between transmissions is a random value between 10*(1+steps) and 10*(2+steps) milliseconds. For example, for a value of 2, the interval is between 30 and 40 milliseconds. Range: 0-31. |
Get the network transmit state of a node.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6391
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_nettx#
sl_status_t sl_btmesh_test_set_nettx (uint8_t count, uint8_t interval)
[in] | count | Number of network layer transmissions beyond the initial one. Range: 0-7. |
[in] | interval | Transmit interval steps. The interval between transmissions is a random value between 10*(1+steps) and 10*(2+steps) milliseconds. For example, for a value of 2 the interval would be between 30 and 40 milliseconds. Range: 0-31. |
Set the network transmit state of a node locally. Normally, the network transmit state is controlled by the Provisioner. This command overrides any setting done by the Provisioner.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6409
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_relay#
sl_status_t sl_btmesh_test_get_relay (uint8_t * enabled, uint8_t * count, uint8_t * interval)
[out] | enabled | State value indicating whether the relay functionality is not enabled on the node (0), is enabled on the node (1), or is not available (2). |
[out] | count | Number of relay transmissions beyond the initial one. Range: 0-7. |
[out] | interval | Relay retransmit interval steps. The interval between transmissions is 10*(1+steps) milliseconds. Range: 0-31. |
Returns
SL_STATUS_OK if successful. Error code otherwise.
6426
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_relay#
sl_status_t sl_btmesh_test_set_relay (uint8_t enabled, uint8_t count, uint8_t interval)
[in] | enabled | Indicates whether the relay functionality is enabled on the node (1) or not (0); value indicating disabled (2) can't be set. |
[in] | count | Number of relay transmissions beyond the initial one. Range: 0-7. |
[in] | interval | Relay retransmit interval steps. The interval between transmissions is 10*(1+steps) milliseconds. Range: 0-31. |
Set the relay state and the relay retransmit state of a node locally. Normally, these states are controlled by the Provisioner. This command overrides any settings done by the Provisioner.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6446
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_adv_scan_params#
SL_BGAPI_DEPRECATED sl_status_t sl_btmesh_test_set_adv_scan_params (uint16_t adv_interval_min, uint16_t adv_interval_max, uint8_t adv_repeat_packets, uint8_t adv_use_random_address, uint8_t adv_channel_map, uint16_t scan_interval, uint16_t scan_window)
[in] | adv_interval_min | Minimum advertisement interval. Value is in units of 0.625 ms. Default value is 32 (20 ms). Must be equal to or greater than 32. |
[in] | adv_interval_max | Maximum advertisement interval. Value is in units of 0.625 ms. Must be equal to or greater than the minimum interval. Default value is 32 (20 ms). Must be equal to or less than 16384 (0x4000), which is 10.24s. |
[in] | adv_repeat_packets | Number of times to repeat each packet on all selected advertisement channels. Range: 1-5. Default value is 1. |
[in] | adv_use_random_address | Bluetooth address type. Range: 0: use public address, 1: use random address. Default value: 1 (random address). |
[in] | adv_channel_map | Advertisement channel selection bitmask. Range: 0x1-0x7. Default value: 7 (all channels) |
[in] | scan_interval | Scan interval. Value is in units of 0.625 ms. Range: 0x0004 to 0x4000 (time range of 2.5 ms to 10.24 s). Default value is 160 (100 ms). |
[in] | scan_window | Scan window. Value is in units of 0.625 ms. Must be equal to or less than the scan interval. |
Set the non-default advertisement and scanning parameters used in mesh communications. Call this command before sl_btmesh_node_init or sl_btmesh_prov_init for the settings to take effect. This is a deprecated function. Please use sl_btmesh_test_set_adv_params and sl_btmesh_test_set_scan_params
Returns
SL_STATUS_OK if successful. Error code otherwise.
6480
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_ivupdate_test_mode#
sl_status_t sl_btmesh_test_set_ivupdate_test_mode (uint8_t mode)
[in] | mode | Whether test mode is enabled (1) or disabled (0). |
By default, IV index update is limited in how often the update procedure can be performed. This test command can be called to set IV update test mode where any time limits are ignored.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6499
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_ivupdate_test_mode#
sl_status_t sl_btmesh_test_get_ivupdate_test_mode (uint8_t * mode)
[out] | mode | Indicates whether test mode is enabled (1) or disabled (0). |
Get the current IV update test mode. See sl_btmesh_test_set_ivupdate_test_mode for details.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6511
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_segment_send_delay#
SL_BGAPI_DEPRECATED sl_status_t sl_btmesh_test_set_segment_send_delay (uint8_t delay)
[in] | delay | Number of milliseconds to delay each segment after the first. Must be equal to or less than 160. |
Set the delay in milliseconds between sending consecutive segments of a segmented message. This is a deprecated function. Please use sl_btmesh_sar_config_server_set_sar_transmitter and sl_btmesh_sar_config_server_set_sar_receiver instead.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6526
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_ivupdate_state#
sl_status_t sl_btmesh_test_set_ivupdate_state (uint8_t state)
[in] | state | Indicates whether IV update state should be entered (1) or exited (0). |
Forcefully change the IV update state on the device. Normally, the state changes as a result of an IV index update procedure progressing from one state to the next.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6540
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_send_beacons#
sl_status_t sl_btmesh_test_send_beacons ()
Send secure network beacons for every network key on the device, regardless of beacon configuration state or how many beacons sent by other devices have been observed.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6552
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_bind_local_model_app#
sl_status_t sl_btmesh_test_bind_local_model_app (uint16_t elem_index, uint16_t appkey_index, uint16_t vendor_id, uint16_t model_id)
[in] | elem_index | The index of the target Element, 0 is primary element |
[in] | appkey_index | The Appkey to use for binding |
[in] | vendor_id | Vendor ID for vendor-specific models. Use 0xffff for SIG models. |
[in] | model_id | Model ID |
Bind a Model to an Appkey locally.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6567
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_unbind_local_model_app#
sl_status_t sl_btmesh_test_unbind_local_model_app (uint16_t elem_index, uint16_t appkey_index, uint16_t vendor_id, uint16_t model_id)
[in] | elem_index | The index of the target element, 0 is primary element |
[in] | appkey_index | The Appkey to use for binding |
[in] | vendor_id | Vendor ID for vendor-specific models. Use 0xffff for SIG models. |
[in] | model_id | Model ID |
Remove a binding between a model and an application key locally.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6585
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_add_local_model_sub#
sl_status_t sl_btmesh_test_add_local_model_sub (uint16_t elem_index, uint16_t vendor_id, uint16_t model_id, uint16_t sub_address)
[in] | elem_index | The index of the target element, 0 is the primary element |
[in] | vendor_id | Vendor ID for vendor-specific models. Use 0xffff for Bluetooth SIG models. |
[in] | model_id | Model ID |
[in] | sub_address | The address to add to the subscription list |
Add an address to a local model's subscription list.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6604
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_remove_local_model_sub#
sl_status_t sl_btmesh_test_remove_local_model_sub (uint16_t elem_index, uint16_t vendor_id, uint16_t model_id, uint16_t sub_address)
[in] | elem_index | The index of the target element, 0 is the primary element |
[in] | vendor_id | Vendor ID for vendor-specific models. Use 0xffff for Bluetooth SIG models. |
[in] | model_id | Model ID |
[in] | sub_address | The address to remove from the subscription list |
Remove an address from a local model's subscription list.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6623
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_add_local_model_sub_va#
sl_status_t sl_btmesh_test_add_local_model_sub_va (uint16_t elem_index, uint16_t vendor_id, uint16_t model_id, size_t sub_address_len, const uint8_t * sub_address)
[in] | elem_index | The index of the target element, 0 is the primary element |
[in] | vendor_id | Vendor ID for vendor-specific models. Use 0xffff for Bluetooth SIG models. |
[in] | model_id | Model ID |
[in] | sub_address_len | Length of data in |
[in] | sub_address | The Label UUID to add to the subscription list. The array must be exactly 16 bytes long. |
Add a virtual address to a local model's subscription list.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6644
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_remove_local_model_sub_va#
sl_status_t sl_btmesh_test_remove_local_model_sub_va (uint16_t elem_index, uint16_t vendor_id, uint16_t model_id, size_t sub_address_len, const uint8_t * sub_address)
[in] | elem_index | The index of the target element, 0 is the primary element |
[in] | vendor_id | Vendor ID for vendor-specific models. Use 0xffff for Bluetooth SIG models. |
[in] | model_id | Model ID |
[in] | sub_address_len | Length of data in |
[in] | sub_address | The Label UUID to remove from the subscription list. The array must be exactly 16 bytes long. |
Remove a virtual address from a local model's subscription list.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6666
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_local_model_sub#
sl_status_t sl_btmesh_test_get_local_model_sub (uint16_t elem_index, uint16_t vendor_id, uint16_t model_id, size_t max_addresses_size, size_t * addresses_len, uint8_t * addresses)
[in] | elem_index | The index of the target element, 0 is the primary element |
[in] | vendor_id | Vendor ID for vendor-specific models. Use 0xffff for Bluetooth SIG models. |
[in] | model_id | Model ID |
[in] | max_addresses_size | Size of output buffer passed in |
[out] | addresses_len | On return, set to the length of output data written to |
[out] | addresses | List of 16-bit Mesh addresses; empty if not subscribed to any address. Ignore if the result code is non-zero. |
Get all entries in a local model's subscription list.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6690
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_local_model_pub#
sl_status_t sl_btmesh_test_set_local_model_pub (uint16_t elem_index, uint16_t appkey_index, uint16_t vendor_id, uint16_t model_id, uint16_t pub_address, uint8_t ttl, uint8_t period, uint8_t retrans, uint8_t credentials)
[in] | elem_index | The index of the target element, where 0 is the primary element |
[in] | appkey_index | The application key index to use for the application messages published |
[in] | vendor_id | Vendor ID for vendor-specific models. Use 0xffff for Bluetooth SIG models. |
[in] | model_id | Model ID |
[in] | pub_address | The address to publish to |
[in] | ttl | Time-to-Live value for published messages. Valid values: range[0 - 127] and 255. |
[in] | period | Publication period encoded as step count and step resolution. The encoding is as follows:
|
[in] | retrans | Retransmission count and interval, which controls number of times that the model re-publishes the same message after the initial publish transmission and the cadence of retransmissions. Retransmission count is encoded in the three low bits of the value, ranging from 0 to 7. Default value is 0 (no retransmissions). Retransmission interval is encoded in the five high bits of the value, ranging from 0 to 31, in 50-millisecond units. Value of 0 corresponds to 50 ms, while value of 31 corresponds to 1600 ms. |
[in] | credentials | Friendship credentials flag |
Set a local model's publication address, key, and parameters.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6736
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_local_model_pub_va#
sl_status_t sl_btmesh_test_set_local_model_pub_va (uint16_t elem_index, uint16_t appkey_index, uint16_t vendor_id, uint16_t model_id, uint8_t ttl, uint8_t period, uint8_t retrans, uint8_t credentials, size_t pub_address_len, const uint8_t * pub_address)
[in] | elem_index | The index of the target element, 0 is the primary element |
[in] | appkey_index | The application key index to use for the published messages |
[in] | vendor_id | Vendor ID of the configured model. Use 0xffff for Bluetooth SIG models. |
[in] | model_id | Model ID of the configured model |
[in] | ttl | Publication time-to-live value. Valid values: range[0 - 127] and 255. |
[in] | period | Publication period encoded as step count and step resolution. The encoding is as follows:
|
[in] | retrans | See documentation of sl_btmesh_test_set_local_model_pub for details. |
[in] | credentials | Friendship credentials flag |
[in] | pub_address_len | Length of data in |
[in] | pub_address | The Label UUID to publish to. The byte array must be exactly 16 bytes long. |
Set a model's publication virtual address, key, and parameters.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6777
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_local_model_pub#
sl_status_t sl_btmesh_test_get_local_model_pub (uint16_t elem_index, uint16_t vendor_id, uint16_t model_id, uint16_t * appkey_index, uint16_t * pub_address, uint8_t * ttl, uint8_t * period, uint8_t * retrans, uint8_t * credentials)
[in] | elem_index | The index of the target element, 0 is the primary element |
[in] | vendor_id | Vendor ID for vendor-specific models. Use 0xffff for Bluetooth SIG models. |
[in] | model_id | Model ID |
[out] | appkey_index | The application key index used for the application messages published |
[out] | pub_address | The address published to |
[out] | ttl | Time-to-Live value for published messages |
[out] | period | Publication period encoded as step count and step resolution. The encoding is as follows:
|
[out] | retrans | See documentation of sl_btmesh_test_set_local_model_pub for details. |
[out] | credentials | Friendship credentials flag |
Get a local model's publication address, key, and parameters.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6816
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_local_heartbeat_subscription#
sl_status_t sl_btmesh_test_set_local_heartbeat_subscription (uint16_t subscription_source, uint16_t subscription_destination, uint8_t period_log)
[in] | subscription_source | Source address for heartbeat messages. Must be either a unicast address or the unassigned address, in which case heartbeat messages are not processed. |
[in] | subscription_destination | Destination address for heartbeat messages. The address must be either the unicast address of the primary element of the node, a group address, or the unassigned address. If it is the unassigned address, heartbeat messages are not processed. |
[in] | period_log | Heartbeat subscription period setting. Valid values are as follows:
|
Set local node heartbeat subscription parameters. Normally heartbeat subscription is controlled by the Provisioner.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6848
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_local_heartbeat_subscription#
sl_status_t sl_btmesh_test_get_local_heartbeat_subscription (uint16_t * count, uint8_t * hop_min, uint8_t * hop_max)
[out] | count | Number of received heartbeat messages |
[out] | hop_min | Minimum observed hop count in heartbeat messages |
[out] | hop_max | Maximum observed hop count in heartbeat messages |
Get the local node heartbeat subscription state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6863
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_local_heartbeat_publication#
sl_status_t sl_btmesh_test_get_local_heartbeat_publication (uint16_t * publication_address, uint8_t * count, uint8_t * period_log, uint8_t * ttl, uint16_t * features, uint16_t * publication_netkey_index)
[out] | publication_address | Heartbeat publication address |
[out] | count | Heartbeat publication remaining count |
[out] | period_log | Heartbeat publication period setting. Valid values are as follows:
|
[out] | ttl | Time-to-live parameter for heartbeat messages |
[out] | features | Heartbeat trigger setting |
[out] | publication_netkey_index | Index of the network key used to encrypt heartbeat messages |
Get the heartbeat publication state of a local node.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6887
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_local_heartbeat_publication#
sl_status_t sl_btmesh_test_set_local_heartbeat_publication (uint16_t publication_address, uint8_t count_log, uint8_t period_log, uint8_t ttl, uint16_t features, uint16_t publication_netkey_index)
[in] | publication_address | Heartbeat publication address. The address can't be a virtual address. Note that it can be the unassigned address, in which case the heartbeat publishing is disabled. |
[in] | count_log | Heartbeat publication count setting. Valid values are as follows:
|
[in] | period_log | Heartbeat publication period setting. Valid values are as follows:
|
[in] | ttl | Time-to-live parameter for heartbeat messages. Valid values: range[0 - 127]. |
[in] | features | Heartbeat trigger setting. For bits set in the bitmask, reconfiguration of the node feature associated with the bit will result in the node emitting a heartbeat message. Valid values are as follows:
Remaining bits are reserved for future use. |
[in] | publication_netkey_index | Index of the network key used to encrypt heartbeat messages |
Set the heartbeat publication state of a local node.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6932
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_add_local_key#
sl_status_t sl_btmesh_test_add_local_key (uint8_t key_type, aes_key_128 key, uint16_t key_index, uint16_t netkey_index)
[in] | key_type | Enum sl_btmesh_test_key_type_t. 0 for network key, 1 for application key |
[in] | key | Key data |
[in] | key_index | Index for the added key (must be unused) |
[in] | netkey_index | Network key index to which the application key is bound; ignored for network keys |
Add a network or application key locally.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6953
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_remove_local_key#
sl_status_t sl_btmesh_test_remove_local_key (uint8_t key_type, uint16_t key_index)
[in] | key_type | Enum sl_btmesh_test_key_type_t. 0 for network key, 1 for application key |
[in] | key_index | Index of the key to delete |
Delete a network or application key locally.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6969
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_update_local_key#
sl_status_t sl_btmesh_test_update_local_key (uint8_t key_type, aes_key_128 key, uint16_t key_index)
[in] | key_type | Enum sl_btmesh_test_key_type_t. 0 for network key, 1 for application key |
[in] | key | Key data |
[in] | key_index | Index for the key to update |
Update the network or application key value locally.
Copies the existing network key value to the old value and replaces the current value with the given key data.
Note that the standard way to update keys on the Provisioner as well as on nodes is to run the key refresh procedure. This command is for debugging only.
Returns
SL_STATUS_OK if successful. Error code otherwise.
6991
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_sar_config#
SL_BGAPI_DEPRECATED sl_status_t sl_btmesh_test_set_sar_config (uint32_t incomplete_timer_ms, uint32_t pending_ack_base_ms, uint32_t pending_ack_mul_ms, uint32_t wait_for_ack_base_ms, uint32_t wait_for_ack_mul_ms, uint8_t max_send_rounds)
[in] | incomplete_timer_ms | Maximum timeout before a transaction expires, regardless of other parameters. Value is in milliseconds. Default = 10000 (10 seconds). |
[in] | pending_ack_base_ms | Base time to wait at the receiver before sending a transport layer acknowledgment. Value is in milliseconds. Default = 150. |
[in] | pending_ack_mul_ms | The time-to-live multiplier to add to the base acknowledgment timer. Value is in milliseconds. Default = 50. |
[in] | wait_for_ack_base_ms | Base time to wait for an acknowledgment at the sender before retransmission. Value is in milliseconds. Default = 200. |
[in] | wait_for_ack_mul_ms | The time-to-live multiplier to add to the base retransmission timer. Value is in milliseconds. Default = 50. |
[in] | max_send_rounds | Number of attempts to send fragments of a segmented message, including the initial TX. Default = 3. |
Change the transport layer segmentation and reassembly configuration values. This is a deprecated function. Please use sl_btmesh_sar_config_server_set_sar_transmitter and sl_btmesh_sar_config_server_set_sar_receiver instead.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7020
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_adv_bearer_state#
sl_status_t sl_btmesh_test_set_adv_bearer_state (uint8_t state)
[in] | state | 0: disable advertisement, 1: enable advertisement. |
Disable or enable advertisement bearer for sending.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7036
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_prov_get_device_key#
sl_status_t sl_btmesh_test_prov_get_device_key (uint16_t address, aes_key_128 * device_key)
[in] | address | Address of the node |
[out] | device_key | Device key, 16-bytes |
Get the device key with the address of the node's primary element.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7048
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_prov_prepare_key_refresh#
sl_status_t sl_btmesh_test_prov_prepare_key_refresh (aes_key_128 net_key, size_t app_keys_len, const uint8_t * app_keys)
[in] | net_key | New net key |
[in] | app_keys_len | Length of data in |
[in] | app_keys | list of new application keys, 16-bytes each |
Prepare the key refresh by feeding the new network key and all needed application keys. The function can be called multiple times to include more application keys. The network key must be the same in all calls. If the network key is changed, the network key from the 1st command is used. Sending application key data with length zero results in all initialization data being forgotten unless this is done in the first prepare command i.e., trying to update only the network key. Also starting the key refresh procedure results in all the preparation data being forgotten.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7069
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_cancel_segmented_tx#
sl_status_t sl_btmesh_test_cancel_segmented_tx (uint16_t src_addr, uint16_t dst_addr)
[in] | src_addr | Source address for the segmented message |
[in] | dst_addr | Destination address for the segmented message |
Cancel sending a segmented message.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7083
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_iv_index#
sl_status_t sl_btmesh_test_set_iv_index (uint32_t iv_index)
[in] | iv_index | IV Index value to use |
Set the IV index value of the node.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7095
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_element_seqnum#
sl_status_t sl_btmesh_test_set_element_seqnum (uint16_t elem_index, uint32_t seqnum)
[in] | elem_index | The index of the target element, 0 is the primary element |
[in] | seqnum | Sequence number to set on the target element |
Set the current sequence number of an element.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7108
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_model_option#
sl_status_t sl_btmesh_test_set_model_option (uint16_t elem_index, uint16_t vendor_id, uint16_t model_id, uint8_t option, uint32_t value)
N/A | elem_index | |
N/A | vendor_id | |
N/A | model_id | |
N/A | option | |
N/A | value |
7130
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_local_model_app_bindings#
sl_status_t sl_btmesh_test_get_local_model_app_bindings (uint16_t elem_index, uint16_t vendor_id, uint16_t model_id, size_t max_appkeys_size, size_t * appkeys_len, uint8_t * appkeys)
[in] | elem_index | The index of the target element, 0 is the primary element |
[in] | vendor_id | Vendor ID for vendor-specific models. Use 0xffff for Bluetooth SIG models. |
[in] | model_id | Model ID |
[in] | max_appkeys_size | Size of output buffer passed in |
[out] | appkeys_len | On return, set to the length of output data written to |
[out] | appkeys | List of 16-bit application key indices; empty if model has not been bound to any application key. |
Get the application key bindings of a model.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7154
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_replay_protection_list_entry#
sl_status_t sl_btmesh_test_get_replay_protection_list_entry (uint16_t address, uint32_t * seq, uint32_t * seq_ivindex)
[in] | address | Source address to check |
[out] | seq | Stored sequence number for the address; not a valid value if the result is not SL_STATUS_OK. |
[out] | seq_ivindex | IV index in use at the time the sequence number was stored in the replay protection list; not a valid value if result is not SL_STATUS_OK. |
Get the replay protection list entry for an address.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7175
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_clear_replay_protection_list_entry#
sl_status_t sl_btmesh_test_clear_replay_protection_list_entry (uint16_t address)
[in] | address | Source address to use in finding the entry |
Clear the replay protection list entry for an address. Use this command carefully because it may expose the node to replay attacks when misused.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7189
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_replay_protection_list_diagnostics#
sl_status_t sl_btmesh_test_set_replay_protection_list_diagnostics (uint8_t enable)
[in] | enable | Enable (nonzero) or disable (zero) diagnostic events for replay protection list |
Enable or disable replay protection list diagnostic events. When enabled, events related to the replay protection list changes are generated.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7202
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_model_option#
sl_status_t sl_btmesh_test_get_model_option (uint16_t elem_index, uint16_t vendor_id, uint16_t model_id, uint8_t option, uint32_t * value)
N/A | elem_index | |
N/A | vendor_id | |
N/A | model_id | |
N/A | option | |
N/A | value |
7223
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_default_ttl#
sl_status_t sl_btmesh_test_get_default_ttl (uint8_t * value)
[out] | value | Default time-to-live value. Valid value range is from 2 to 127 for relayed PDUs, and 0 to indicate non-relayed PDUs |
Get node default TTL state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7239
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_default_ttl#
sl_status_t sl_btmesh_test_set_default_ttl (uint8_t set_value, uint8_t * value)
[in] | set_value | Default time-to-live value. See sl_btmesh_test_get_default_ttl for details. |
[out] | value | Default time-to-live value. See sl_btmesh_test_get_default_ttl for details. |
Set node default TTL state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7253
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_gatt_proxy#
sl_status_t sl_btmesh_test_get_gatt_proxy (uint8_t * value)
[out] | value | GATT proxy value of the node. Valid values are:
|
Get node GATT proxy state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7267
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_gatt_proxy#
sl_status_t sl_btmesh_test_set_gatt_proxy (uint8_t set_value, uint8_t * value)
[in] | set_value | GATT proxy value to set. Valid values are:
|
[out] | value | GATT proxy state value. See sl_btmesh_test_get_gatt_proxy for details. |
Set node GATT proxy state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
Events
7285
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_identity#
sl_status_t sl_btmesh_test_get_identity (uint16_t get_netkey_index, uint16_t * netkey_index, uint8_t * value)
[in] | get_netkey_index | Network key index for which the state is queried |
[out] | netkey_index | Network key index for which the state is queried |
[out] | value | Identity state of the node for the used network index. Valid values are as follows:
|
Get node identity state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7302
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_identity#
sl_status_t sl_btmesh_test_set_identity (uint16_t set_netkey_index, uint8_t set_value, uint16_t * netkey_index, uint8_t * value)
[in] | set_netkey_index | Network key index for which the state is configured |
[in] | set_value | Identity value to set. Valid values are:
|
[out] | netkey_index | Network key index for which the state is set |
[out] | value | Identity state of the node for the used network index. See sl_btmesh_test_get_identity for details |
Set node identity state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7322
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_friend#
sl_status_t sl_btmesh_test_get_friend (uint8_t * value)
[out] | value | Friend state value. Valid values are:
|
Get node friend state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7339
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_friend#
sl_status_t sl_btmesh_test_set_friend (uint8_t set_value, uint8_t * value)
[in] | set_value | Friend value to set. Valid values are:
|
[out] | value | Friend state value. See sl_btmesh_test_get_friend for detais. |
Set node friend state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7354
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_beacon#
sl_status_t sl_btmesh_test_get_beacon (uint8_t * value)
[out] | value | Secure network beacon value. Valid values are:
|
Get node secure network beacon state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7367
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_beacon#
sl_status_t sl_btmesh_test_set_beacon (uint8_t set_value, uint8_t * value)
[in] | set_value | Secure network beacon value to set. Valid values are:
|
[out] | value | Secure network beacon value of the node. |
Set node secure network beacon state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7381
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_get_private_identity#
sl_status_t sl_btmesh_test_get_private_identity (uint16_t get_netkey_index, uint16_t * netkey_index, uint8_t * value)
[in] | get_netkey_index | Network key index for which the state is queried |
[out] | netkey_index | Network key index for which the state is queried |
[out] | value | Private identity state of the node for the used network index. Valid values are as follows:
|
Get node private identity state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7398
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_private_identity#
sl_status_t sl_btmesh_test_set_private_identity (uint16_t set_netkey_index, uint8_t set_value, uint16_t * netkey_index, uint8_t * value)
[in] | set_netkey_index | Network key index for which the state is configured |
[in] | set_value | Identity value to set. Valid values are:
|
[out] | netkey_index | Network key index for which the state is set |
[out] | value | Identity state of the node for the used network index. See sl_btmesh_test_get_private_identity for details |
Set node private identity state.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7418
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_adv_provisioning_bearer_timing#
sl_status_t sl_btmesh_test_set_adv_provisioning_bearer_timing (uint16_t pbadv_interval_ms, uint16_t pbadv_variation_ms)
[in] | pbadv_interval_ms | PB-ADV Tx interval. Value is in milliseconds. Range: 10 to 1000. |
[in] | pbadv_variation_ms | PB-ADV Tx interval variation. A random delay between 0 and this value is added to the PB-ADV Tx interval when transmitting a PB-ADV PDU. Value is in milliseconds. Range: 10 to 1000. |
Set PB-ADV provisioning bearer timing. This controls how PB-ADV provisioning PDUs are transmitted by the device; each transmission is preceded by a delay that is computed by adding together a minimum interval with a random variation.
If this setting is not applied, a default interval of 20 ms and a default variation of 30 ms is used, meaning that a single advertisement is sent with a delay ranging from 20 to 50 ms.
Note that using a non-default setting is against the Mesh specification and should only used for troubleshooting.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7446
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_update_keyrefresh_phase#
sl_status_t sl_btmesh_test_update_keyrefresh_phase (uint16_t network_key_index, uint8_t * phase)
[in] | network_key_index | Index for the key to put into next phase |
[out] | phase | Key refresh phase state of the node for the given network key. Valid values are:
|
Change keyrefresh phase of of a network id.
Update is done with following logic depending on current keyrefresh phase:
Phase 0 : return an errorcode for wrong phase
Phase 1 : set phase to 2
Phase 2 : set phase to 3
Phase 3 : Leave phase 3 as is
This command is for debugging only
Returns
SL_STATUS_OK if successful. Error code otherwise.
7471
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_send_private_beacons#
sl_status_t sl_btmesh_test_send_private_beacons ()
Send private network beacons for every network key on the device, regardless of beacon configuration state or how many beacons sent by other devices have been observed.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7484
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_adv_params#
sl_status_t sl_btmesh_test_set_adv_params (uint16_t adv_interval_min, uint16_t adv_interval_max, uint8_t adv_repeat_packets, uint8_t adv_channel_map)
[in] | adv_interval_min | Minimum advertisement interval. Value is in units of 0.625 ms. Default value is 32 (20 ms). Must be equal to or greater than 32. |
[in] | adv_interval_max | Maximum advertisement interval. Value is in units of 0.625 ms. Must be equal to or greater than the minimum interval. Default value is 32 (20 ms). Must be equal to or less than 16384. |
[in] | adv_repeat_packets | Number of times to repeat each packet on all selected advertisement channels. Range: 1-5. Default value is 1. |
[in] | adv_channel_map | Advertisement channel selection bitmask. Range: 0x1-0x7. Default value: 7 (all channels) |
Set the non-default advertisement parameters used in mesh communications. Call this command before sl_btmesh_node_init or sl_btmesh_prov_init for the settings to take effect.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7506
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_set_scan_params#
sl_status_t sl_btmesh_test_set_scan_params (uint16_t scan_interval, uint16_t scan_window)
[in] | scan_interval | Scan interval. Value is in units of 0.625 ms. Range: 0x0004 to 0x4000 (time range of 2.5 ms to 10.24 s). Default value is 160 (100 ms). |
[in] | scan_window | Scan window. Value is in units of 0.625 ms. Must be equal to or less than the scan interval. |
Set the non-default scanning parameters used in mesh communications. Call this command before sl_btmesh_node_init or sl_btmesh_prov_init for the settings to take effect.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7526
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_test_adv_use_random_address#
sl_status_t sl_btmesh_test_adv_use_random_address (uint8_t address_type)
[in] | address_type | Address type:
|
Set advertiser to use ramdom or public address. New setting will take effect with the next advertisement.
Returns
SL_STATUS_OK if successful. Error code otherwise.
7543
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
Macro Definition Documentation#
sl_btmesh_cmd_test_get_nettx_id#
#define sl_btmesh_cmd_test_get_nettx_idValue:
0x00220028
6149
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_nettx_id#
#define sl_btmesh_cmd_test_set_nettx_idValue:
0x01220028
6150
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_relay_id#
#define sl_btmesh_cmd_test_get_relay_idValue:
0x02220028
6151
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_relay_id#
#define sl_btmesh_cmd_test_set_relay_idValue:
0x03220028
6152
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_adv_scan_params_id#
#define sl_btmesh_cmd_test_set_adv_scan_params_idValue:
0x04220028
6153
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_ivupdate_test_mode_id#
#define sl_btmesh_cmd_test_set_ivupdate_test_mode_idValue:
0x05220028
6154
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_ivupdate_test_mode_id#
#define sl_btmesh_cmd_test_get_ivupdate_test_mode_idValue:
0x06220028
6155
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_segment_send_delay_id#
#define sl_btmesh_cmd_test_set_segment_send_delay_idValue:
0x07220028
6156
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_ivupdate_state_id#
#define sl_btmesh_cmd_test_set_ivupdate_state_idValue:
0x08220028
6157
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_send_beacons_id#
#define sl_btmesh_cmd_test_send_beacons_idValue:
0x09220028
6158
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_bind_local_model_app_id#
#define sl_btmesh_cmd_test_bind_local_model_app_idValue:
0x0a220028
6159
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_unbind_local_model_app_id#
#define sl_btmesh_cmd_test_unbind_local_model_app_idValue:
0x0b220028
6160
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_add_local_model_sub_id#
#define sl_btmesh_cmd_test_add_local_model_sub_idValue:
0x0c220028
6161
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_remove_local_model_sub_id#
#define sl_btmesh_cmd_test_remove_local_model_sub_idValue:
0x0d220028
6162
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_add_local_model_sub_va_id#
#define sl_btmesh_cmd_test_add_local_model_sub_va_idValue:
0x0e220028
6163
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_remove_local_model_sub_va_id#
#define sl_btmesh_cmd_test_remove_local_model_sub_va_idValue:
0x0f220028
6164
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_local_model_sub_id#
#define sl_btmesh_cmd_test_get_local_model_sub_idValue:
0x10220028
6165
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_local_model_pub_id#
#define sl_btmesh_cmd_test_set_local_model_pub_idValue:
0x11220028
6166
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_local_model_pub_va_id#
#define sl_btmesh_cmd_test_set_local_model_pub_va_idValue:
0x12220028
6167
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_local_model_pub_id#
#define sl_btmesh_cmd_test_get_local_model_pub_idValue:
0x13220028
6168
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_local_heartbeat_subscription_id#
#define sl_btmesh_cmd_test_set_local_heartbeat_subscription_idValue:
0x14220028
6169
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_local_heartbeat_subscription_id#
#define sl_btmesh_cmd_test_get_local_heartbeat_subscription_idValue:
0x15220028
6170
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_local_heartbeat_publication_id#
#define sl_btmesh_cmd_test_get_local_heartbeat_publication_idValue:
0x16220028
6171
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_local_heartbeat_publication_id#
#define sl_btmesh_cmd_test_set_local_heartbeat_publication_idValue:
0x17220028
6172
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_add_local_key_id#
#define sl_btmesh_cmd_test_add_local_key_idValue:
0x1a220028
6173
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_remove_local_key_id#
#define sl_btmesh_cmd_test_remove_local_key_idValue:
0x1b220028
6174
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_update_local_key_id#
#define sl_btmesh_cmd_test_update_local_key_idValue:
0x1c220028
6175
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_sar_config_id#
#define sl_btmesh_cmd_test_set_sar_config_idValue:
0x1d220028
6176
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_adv_bearer_state_id#
#define sl_btmesh_cmd_test_set_adv_bearer_state_idValue:
0x1f220028
6177
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_prov_get_device_key_id#
#define sl_btmesh_cmd_test_prov_get_device_key_idValue:
0x23220028
6178
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_prov_prepare_key_refresh_id#
#define sl_btmesh_cmd_test_prov_prepare_key_refresh_idValue:
0x24220028
6179
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_cancel_segmented_tx_id#
#define sl_btmesh_cmd_test_cancel_segmented_tx_idValue:
0x25220028
6180
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_iv_index_id#
#define sl_btmesh_cmd_test_set_iv_index_idValue:
0x26220028
6181
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_element_seqnum_id#
#define sl_btmesh_cmd_test_set_element_seqnum_idValue:
0x27220028
6182
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_model_option_id#
#define sl_btmesh_cmd_test_set_model_option_idValue:
0x28220028
6183
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_local_model_app_bindings_id#
#define sl_btmesh_cmd_test_get_local_model_app_bindings_idValue:
0x29220028
6184
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_replay_protection_list_entry_id#
#define sl_btmesh_cmd_test_get_replay_protection_list_entry_idValue:
0x2a220028
6185
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_clear_replay_protection_list_entry_id#
#define sl_btmesh_cmd_test_clear_replay_protection_list_entry_idValue:
0x2b220028
6186
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_replay_protection_list_diagnostics_id#
#define sl_btmesh_cmd_test_set_replay_protection_list_diagnostics_idValue:
0x2c220028
6187
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_model_option_id#
#define sl_btmesh_cmd_test_get_model_option_idValue:
0x2d220028
6188
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_default_ttl_id#
#define sl_btmesh_cmd_test_get_default_ttl_idValue:
0x2e220028
6189
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_default_ttl_id#
#define sl_btmesh_cmd_test_set_default_ttl_idValue:
0x2f220028
6190
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_gatt_proxy_id#
#define sl_btmesh_cmd_test_get_gatt_proxy_idValue:
0x30220028
6191
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_gatt_proxy_id#
#define sl_btmesh_cmd_test_set_gatt_proxy_idValue:
0x31220028
6192
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_identity_id#
#define sl_btmesh_cmd_test_get_identity_idValue:
0x32220028
6193
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_identity_id#
#define sl_btmesh_cmd_test_set_identity_idValue:
0x33220028
6194
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_friend_id#
#define sl_btmesh_cmd_test_get_friend_idValue:
0x34220028
6195
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_friend_id#
#define sl_btmesh_cmd_test_set_friend_idValue:
0x35220028
6196
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_beacon_id#
#define sl_btmesh_cmd_test_get_beacon_idValue:
0x36220028
6197
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_beacon_id#
#define sl_btmesh_cmd_test_set_beacon_idValue:
0x37220028
6198
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_get_private_identity_id#
#define sl_btmesh_cmd_test_get_private_identity_idValue:
0x38220028
6199
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_private_identity_id#
#define sl_btmesh_cmd_test_set_private_identity_idValue:
0x39220028
6200
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_adv_provisioning_bearer_timing_id#
#define sl_btmesh_cmd_test_set_adv_provisioning_bearer_timing_idValue:
0x3a220028
6201
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_update_keyrefresh_phase_id#
#define sl_btmesh_cmd_test_update_keyrefresh_phase_idValue:
0x3b220028
6202
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_send_private_beacons_id#
#define sl_btmesh_cmd_test_send_private_beacons_idValue:
0x3c220028
6203
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_adv_params_id#
#define sl_btmesh_cmd_test_set_adv_params_idValue:
0x3d220028
6204
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_set_scan_params_id#
#define sl_btmesh_cmd_test_set_scan_params_idValue:
0x3e220028
6205
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_cmd_test_adv_use_random_address_id#
#define sl_btmesh_cmd_test_adv_use_random_address_idValue:
0x3f220028
6206
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_nettx_id#
#define sl_btmesh_rsp_test_get_nettx_idValue:
0x00220028
6207
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_nettx_id#
#define sl_btmesh_rsp_test_set_nettx_idValue:
0x01220028
6208
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_relay_id#
#define sl_btmesh_rsp_test_get_relay_idValue:
0x02220028
6209
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_relay_id#
#define sl_btmesh_rsp_test_set_relay_idValue:
0x03220028
6210
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_adv_scan_params_id#
#define sl_btmesh_rsp_test_set_adv_scan_params_idValue:
0x04220028
6211
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_ivupdate_test_mode_id#
#define sl_btmesh_rsp_test_set_ivupdate_test_mode_idValue:
0x05220028
6212
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_ivupdate_test_mode_id#
#define sl_btmesh_rsp_test_get_ivupdate_test_mode_idValue:
0x06220028
6213
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_segment_send_delay_id#
#define sl_btmesh_rsp_test_set_segment_send_delay_idValue:
0x07220028
6214
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_ivupdate_state_id#
#define sl_btmesh_rsp_test_set_ivupdate_state_idValue:
0x08220028
6215
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_send_beacons_id#
#define sl_btmesh_rsp_test_send_beacons_idValue:
0x09220028
6216
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_bind_local_model_app_id#
#define sl_btmesh_rsp_test_bind_local_model_app_idValue:
0x0a220028
6217
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_unbind_local_model_app_id#
#define sl_btmesh_rsp_test_unbind_local_model_app_idValue:
0x0b220028
6218
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_add_local_model_sub_id#
#define sl_btmesh_rsp_test_add_local_model_sub_idValue:
0x0c220028
6219
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_remove_local_model_sub_id#
#define sl_btmesh_rsp_test_remove_local_model_sub_idValue:
0x0d220028
6220
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_add_local_model_sub_va_id#
#define sl_btmesh_rsp_test_add_local_model_sub_va_idValue:
0x0e220028
6221
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_remove_local_model_sub_va_id#
#define sl_btmesh_rsp_test_remove_local_model_sub_va_idValue:
0x0f220028
6222
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_local_model_sub_id#
#define sl_btmesh_rsp_test_get_local_model_sub_idValue:
0x10220028
6223
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_local_model_pub_id#
#define sl_btmesh_rsp_test_set_local_model_pub_idValue:
0x11220028
6224
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_local_model_pub_va_id#
#define sl_btmesh_rsp_test_set_local_model_pub_va_idValue:
0x12220028
6225
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_local_model_pub_id#
#define sl_btmesh_rsp_test_get_local_model_pub_idValue:
0x13220028
6226
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_local_heartbeat_subscription_id#
#define sl_btmesh_rsp_test_set_local_heartbeat_subscription_idValue:
0x14220028
6227
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_local_heartbeat_subscription_id#
#define sl_btmesh_rsp_test_get_local_heartbeat_subscription_idValue:
0x15220028
6228
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_local_heartbeat_publication_id#
#define sl_btmesh_rsp_test_get_local_heartbeat_publication_idValue:
0x16220028
6229
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_local_heartbeat_publication_id#
#define sl_btmesh_rsp_test_set_local_heartbeat_publication_idValue:
0x17220028
6230
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_add_local_key_id#
#define sl_btmesh_rsp_test_add_local_key_idValue:
0x1a220028
6231
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_remove_local_key_id#
#define sl_btmesh_rsp_test_remove_local_key_idValue:
0x1b220028
6232
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_update_local_key_id#
#define sl_btmesh_rsp_test_update_local_key_idValue:
0x1c220028
6233
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_sar_config_id#
#define sl_btmesh_rsp_test_set_sar_config_idValue:
0x1d220028
6234
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_adv_bearer_state_id#
#define sl_btmesh_rsp_test_set_adv_bearer_state_idValue:
0x1f220028
6235
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_prov_get_device_key_id#
#define sl_btmesh_rsp_test_prov_get_device_key_idValue:
0x23220028
6236
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_prov_prepare_key_refresh_id#
#define sl_btmesh_rsp_test_prov_prepare_key_refresh_idValue:
0x24220028
6237
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_cancel_segmented_tx_id#
#define sl_btmesh_rsp_test_cancel_segmented_tx_idValue:
0x25220028
6238
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_iv_index_id#
#define sl_btmesh_rsp_test_set_iv_index_idValue:
0x26220028
6239
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_element_seqnum_id#
#define sl_btmesh_rsp_test_set_element_seqnum_idValue:
0x27220028
6240
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_model_option_id#
#define sl_btmesh_rsp_test_set_model_option_idValue:
0x28220028
6241
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_local_model_app_bindings_id#
#define sl_btmesh_rsp_test_get_local_model_app_bindings_idValue:
0x29220028
6242
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_replay_protection_list_entry_id#
#define sl_btmesh_rsp_test_get_replay_protection_list_entry_idValue:
0x2a220028
6243
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_clear_replay_protection_list_entry_id#
#define sl_btmesh_rsp_test_clear_replay_protection_list_entry_idValue:
0x2b220028
6244
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_replay_protection_list_diagnostics_id#
#define sl_btmesh_rsp_test_set_replay_protection_list_diagnostics_idValue:
0x2c220028
6245
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_model_option_id#
#define sl_btmesh_rsp_test_get_model_option_idValue:
0x2d220028
6246
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_default_ttl_id#
#define sl_btmesh_rsp_test_get_default_ttl_idValue:
0x2e220028
6247
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_default_ttl_id#
#define sl_btmesh_rsp_test_set_default_ttl_idValue:
0x2f220028
6248
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_gatt_proxy_id#
#define sl_btmesh_rsp_test_get_gatt_proxy_idValue:
0x30220028
6249
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_gatt_proxy_id#
#define sl_btmesh_rsp_test_set_gatt_proxy_idValue:
0x31220028
6250
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_identity_id#
#define sl_btmesh_rsp_test_get_identity_idValue:
0x32220028
6251
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_identity_id#
#define sl_btmesh_rsp_test_set_identity_idValue:
0x33220028
6252
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_friend_id#
#define sl_btmesh_rsp_test_get_friend_idValue:
0x34220028
6253
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_friend_id#
#define sl_btmesh_rsp_test_set_friend_idValue:
0x35220028
6254
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_beacon_id#
#define sl_btmesh_rsp_test_get_beacon_idValue:
0x36220028
6255
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_beacon_id#
#define sl_btmesh_rsp_test_set_beacon_idValue:
0x37220028
6256
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_get_private_identity_id#
#define sl_btmesh_rsp_test_get_private_identity_idValue:
0x38220028
6257
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_private_identity_id#
#define sl_btmesh_rsp_test_set_private_identity_idValue:
0x39220028
6258
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_adv_provisioning_bearer_timing_id#
#define sl_btmesh_rsp_test_set_adv_provisioning_bearer_timing_idValue:
0x3a220028
6259
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_update_keyrefresh_phase_id#
#define sl_btmesh_rsp_test_update_keyrefresh_phase_idValue:
0x3b220028
6260
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_send_private_beacons_id#
#define sl_btmesh_rsp_test_send_private_beacons_idValue:
0x3c220028
6261
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_adv_params_id#
#define sl_btmesh_rsp_test_set_adv_params_idValue:
0x3d220028
6262
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_set_scan_params_id#
#define sl_btmesh_rsp_test_set_scan_params_idValue:
0x3e220028
6263
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sl_btmesh_rsp_test_adv_use_random_address_id#
#define sl_btmesh_rsp_test_adv_use_random_address_idValue:
0x3f220028
6264
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h