Diff between db061936394d6e625c33d4e34a9f639cd3df1328 and 9e117ebee13f591a7a0376f31229c715348860b0

Changed Files

File Additions Deletions Status
lib/bluetooth.h +4 -0 modified

Full Patch

diff --git a/lib/bluetooth.h b/lib/bluetooth.h
index 150679d..88a5d8b 100644
--- a/lib/bluetooth.h
+++ b/lib/bluetooth.h
@@ -253,6 +253,10 @@ enum {
 
 #define BT_ISO_BASE		20
 
+#define BT_PKT_SEQNUM		22
+
+#define BT_SCM_PKT_SEQNUM	0x05
+
 /* Byte order conversions */
 #if __BYTE_ORDER == __LITTLE_ENDIAN
 #define htobs(d)  (d)