Diff between 3fa81cb32384e3a66681059356d829d3985b2b68 and fc6f87d8f98a529e029d888d098128f658c14792
Changed Files
| File | Additions | Deletions | Status |
| attrib/att.h | +4 | -0 | modified |
Full Patch
diff --git a/attrib/att.h b/attrib/att.h
index 9384be5..a563255 100644
--- a/attrib/att.h
+++ b/attrib/att.h
@@ -96,6 +96,10 @@
#define ATT_CANCEL_ALL_PREP_WRITES 0x00
#define ATT_WRITE_ALL_PREP_WRITES 0x01
+/* Find Information Response Formats */
+#define ATT_FIND_INFO_RESP_FMT_16BIT 0x01
+#define ATT_FIND_INFO_RESP_FMT_128BIT 0x02
+
struct att_data_list {
uint16_t num;
uint16_t len;