Structure representing the Bluetooth response to get the local device name.

This structure is used to define the parameters for the response that includes the local Bluetooth device name, including the name length, the name itself, and a reserved variable.

Public Attributes#

uint8_t

Name length.

int8_t

Array which consists name of the local device.

uint8_t

Reserved variable.

Public Attribute Documentation#

name_len#

uint8_t rsi_bt_resp_get_local_name_s::name_len

Name length.


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

name#

int8_t rsi_bt_resp_get_local_name_s::name[RSI_DEV_NAME_LEN]

Array which consists name of the local device.

The maximum size of this array is 50


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

_reserved#

uint8_t rsi_bt_resp_get_local_name_s::_reserved

Reserved variable.


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