From 2cc326019e27326b30546cb02fe7be25cf34f242 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 23 Nov 2020 16:50:04 +0100 Subject: [PATCH] bluetooth: improve comment on custom BTstackk ATT Error Codes --- src/bluetooth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bluetooth.h b/src/bluetooth.h index 0c7740bab..8ccec184e 100644 --- a/src/bluetooth.h +++ b/src/bluetooth.h @@ -580,7 +580,7 @@ typedef enum { #define ATT_ERROR_UNSUPPORTED_GROUP_TYPE 0x10 #define ATT_ERROR_INSUFFICIENT_RESOURCES 0x11 -// MARK: ATT Error Codes used internally by BTstack +// MARK: ATT Error Codes defined by BTstack #define ATT_ERROR_HCI_DISCONNECT_RECEIVED 0x1f #define ATT_ERROR_BONDING_INFORMATION_MISSING 0x70 #define ATT_ERROR_DATA_MISMATCH 0x7e