Structure represents the BLE request to execute a write operation.

This structure is used to define the parameters for a BLE request to execute a write operation, which includes the remote device address and the execute flag indicating whether to write or not.

Public Attributes#

uint8_t
uint8_t

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_req_execute_write_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address


flag#

uint8_t rsi_ble_req_execute_write_s::flag

Execute flag (write/don't write)