Revert "588953c-1 - new att error code"

This reverts commit c345e08d7d.
This commit is contained in:
Matthias Ringwald 2015-11-08 17:24:06 +01:00
parent 728cd49dca
commit 544f3815f2

View File

@ -105,8 +105,8 @@ extern "C" {
#define ATT_ERROR_UNSUPPORTED_GROUP_TYPE 0x10
#define ATT_ERROR_INSUFFICIENT_RESOURCES 0x11
// custom BTstack ATT error coders
#define ATT_ERROR_DATA_MISMATCH 0x7e
#define ATT_ERROR_TIMEOUT 0x7F
// custom BTstack error codes
#define ATT_ERROR_HCI_DISCONNECT_RECEIVED 0x1f
@ -161,6 +161,7 @@ extern "C" {
#define GAP_APPEARANCE_UUID 0x2a01
#define GAP_PERIPHERAL_PRIVACY_FLAG 0x2a02
#define GAP_RECONNECTION_ADDRESS_UUID 0x2a03
#define GAP_PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS_UUID 0x2a04
typedef struct att_connection {