aboutsummaryrefslogtreecommitdiffstats
path: root/ble.h
diff options
context:
space:
mode:
Diffstat (limited to 'ble.h')
-rw-r--r--ble.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ble.h b/ble.h
index b59bf90..b4e6c9d 100644
--- a/ble.h
+++ b/ble.h
@@ -20,6 +20,11 @@ struct ble
int notify_waiting_for_op;
int notify_code;
+
+
+ size_t notify_pkts;
+ int notify_waiting_for_pkts;
+
};
typedef struct ble BLE;