Structure represents the Bluetooth request to set the local device name.

This structure is used to define the parameters for setting the local Bluetooth device name, which includes the name length, and the name itself.

Public Attributes#

uint8_t

Length of the required name to be set.

int8_t

Required name.

Public Attribute Documentation#

name_len#

uint8_t rsi_bt_req_set_local_name_s::name_len

Length of the required name to be set.


Definition at line 346 of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h

name#

int8_t rsi_bt_req_set_local_name_s::name[RSI_DEV_NAME_LEN]

Required name.


Definition at line 348 of file components/device/silabs/si91x/wireless/ble/inc/rsi_bt_common.h