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.
Definition at line
1698
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
req_opcode#
uint8_t rsi_ble_att_error_response_s::req_opcode
The request opcode for the BLE operation.
Definition at line
1700
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
att_handle#
uint16_t rsi_ble_att_error_response_s::att_handle
The attribute handle for the Bluetooth Low Energy (BLE) device.
Definition at line
1702
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h
err_code#
uint8_t rsi_ble_att_error_response_s::err_code
The error code for the operation.
Definition at line
1704
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h