ble_gatt_client
|
#include <att-types.h>
Data Fields | |
uint8_t | opcode |
uint16_t | handle |
uint8_t | ecode |
Definition at line 71 of file att-types.h.
uint8_t bt_att_pdu_error_rsp::ecode |
Definition at line 74 of file att-types.h.
Referenced by bt_att_send_error_rsp(), handle_error_rsp(), process_error(), and respond_not_supported().
uint16_t bt_att_pdu_error_rsp::handle |
Definition at line 73 of file att-types.h.
Referenced by bt_att_send_error_rsp(), and respond_not_supported().
uint8_t bt_att_pdu_error_rsp::opcode |
Definition at line 72 of file att-types.h.
Referenced by bt_att_send_error_rsp(), handle_error_rsp(), and respond_not_supported().