Structure represents the BLE request for multiple attribute values.

This structure is used to define the parameters for a BLE request to get multiple attribute values, which includes the remote device address, the number of attribute handles, reserved bytes for future use, and the list of attribute handles.

Public Attributes#

uint8_t
uint8_t
uint16_t

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_req_multiple_att_val_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address


num_of_handles#

uint8_t rsi_ble_req_multiple_att_val_s::num_of_handles

Number of attribute handles


reserved#

uint8_t rsi_ble_req_multiple_att_val_s::reserved

Reserved for future use


handles#

uint16_t rsi_ble_req_multiple_att_val_s::handles[RSI_BLE_MAX_RESP_LIST]

List of attribute handles