Structure representing the BLE attribute error response.

This structure is used to define the parameters for a BLE event that involves an error response for an attribute operation from a remote device.

Public Attributes#

uint8_t

Address of the remote device.

uint8_t

The request opcode for the BLE operation.

uint16_t

The attribute handle for the Bluetooth Low Energy (BLE) device.

uint8_t

The error code for the operation.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_att_error_response_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the remote device.


req_opcode#

uint8_t rsi_ble_att_error_response_s::req_opcode

The request opcode for the BLE operation.


att_handle#

uint16_t rsi_ble_att_error_response_s::att_handle

The attribute handle for the Bluetooth Low Energy (BLE) device.


err_code#

uint8_t rsi_ble_att_error_response_s::err_code

The error code for the operation.