BLE_API
v2.1.3
|
Attribute Error Response Structure Definition. More...
#include <ble_service_base.h>
Data Fields | |
uint8_t | request_opcode |
uint16_t | att_handler |
uint8_t | error_code |
Attribute Error Response Structure Definition.
uint16_t Att_Error_Rsp_Data::att_handler |
The attribute handle that generated this error response.
uint8_t Att_Error_Rsp_Data::error_code |
The reason why the request has generated an error response. BLE Attribute Error Code Definition.
uint8_t Att_Error_Rsp_Data::request_opcode |
The request that generated this error response. BLE Attribute Operation Code Definition.