Structure represents the BLE configuration for write without response notification buffer.

This structure is used to define the parameters for configuring the buffer for write without response notifications, which includes the remote device address, the buffer configuration mode, and the buffer count.

Public Attributes#

uint8_t
uint8_t
uint8_t

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_set_wo_resp_notify_buf_info_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address


Definition at line 1556 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

buf_mode#

uint8_t rsi_ble_set_wo_resp_notify_buf_info_s::buf_mode

Buffer config mode: 0 for small buffer mode, 1 for big buffer mode


Definition at line 1558 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

buf_count#

uint8_t rsi_ble_set_wo_resp_notify_buf_info_s::buf_count

Buffer count


Definition at line 1560 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h