MT2523 API Reference
LinkIt SDK v4
|
ATT error response structure. More...
#include <bt_att.h>
Data Fields | |
uint8_t | opcode |
BT_ATT_OPCODE_ERROR_RESPONSE. More... | |
uint8_t | error_opcode |
The request that generated this error response. More... | |
uint16_t | error_handle |
The attribute handle that generated this error response. More... | |
uint8_t | error_code |
The reason why the request has generated an error response. More... | |
ATT error response structure.
uint8_t error_code |
The reason why the request has generated an error response.
uint16_t error_handle |
The attribute handle that generated this error response.
uint8_t error_opcode |
The request that generated this error response.
uint8_t opcode |