aboutsummaryrefslogtreecommitdiffstats
path: root/ble.h
diff options
context:
space:
mode:
Diffstat (limited to 'ble.h')
-rw-r--r--ble.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ble.h b/ble.h
index 5073cd6..b59bf90 100644
--- a/ble.h
+++ b/ble.h
@@ -17,6 +17,9 @@ struct ble
uint16_t cp_handle;
uint16_t cccd_handle;
uint16_t data_handle;
+
+ int notify_waiting_for_op;
+ int notify_code;
};
typedef struct ble BLE;