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
 

Detailed Description

Attribute Error Response Structure Definition.

Note
Attribute error response data structure for handling data in OPCODE_ATT_ERROR_RESPONSE.

Field Documentation

◆ att_handler

uint16_t Att_Error_Rsp_Data::att_handler

The attribute handle that generated this error response.

◆ error_code

uint8_t Att_Error_Rsp_Data::error_code

The reason why the request has generated an error response. BLE Attribute Error Code Definition.

◆ request_opcode

uint8_t Att_Error_Rsp_Data::request_opcode

The request that generated this error response. BLE Attribute Operation Code Definition.


The documentation for this struct was generated from the following file: