Skip to content

Commit 2cc3260

Browse files
committed
bluetooth: improve comment on custom BTstackk ATT Error Codes
1 parent 798530b commit 2cc3260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bluetooth.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ typedef enum {
580580
#define ATT_ERROR_UNSUPPORTED_GROUP_TYPE 0x10
581581
#define ATT_ERROR_INSUFFICIENT_RESOURCES 0x11
582582

583-
// MARK: ATT Error Codes used internally by BTstack
583+
// MARK: ATT Error Codes defined by BTstack
584584
#define ATT_ERROR_HCI_DISCONNECT_RECEIVED 0x1f
585585
#define ATT_ERROR_BONDING_INFORMATION_MISSING 0x70
586586
#define ATT_ERROR_DATA_MISMATCH 0x7e

0 commit comments

Comments
 (0)