Structure representing 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, including the remote device address, the buffer configuration mode, and the buffer count.

Public Attributes#

uint8_t

Remote device address.

uint8_t

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

uint8_t

Buffer count.

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.


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.


buf_count#

uint8_t rsi_ble_set_wo_resp_notify_buf_info_s::buf_count

Buffer count.