You are viewing documentation for version:3.5.0Structure represents the BLE GATT read response. This structure is used to define the parameters for a BLE GATT read response, which includes the remote device address, the type of the read response, reserved field for future use, the length of the attribute value, and the attribute value itself. Public Attributes#uint8_tdev_addruint8_ttypeuint8_treserveduint16_tdata_lenuint8_tdataPublic Attribute Documentation#dev_addr#uint8_t rsi_ble_gatt_read_response_s::dev_addr[RSI_DEV_ADDR_LEN]Remote device address type#uint8_t rsi_ble_gatt_read_response_s::typeType of the read response reserved#uint8_t rsi_ble_gatt_read_response_s::reservedReserved for future use data_len#uint16_t rsi_ble_gatt_read_response_s::data_lenAttribute value length data#uint8_t rsi_ble_gatt_read_response_s::data[RSI_DEV_ATT_LEN]Attribute value (data)