aboutsummaryrefslogtreecommitdiffstats
path: root/ble.h
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2015-09-01 11:42:26 +0100
committerroot <root@no.no.james.local>2015-09-01 11:42:26 +0100
commit68041c4710fc044c13f4107a74ae26badf611fd8 (patch)
tree7d86fa94ec98e2078f2b67c12d4386bf3e1899c1 /ble.h
parent7e25356deec3369773e3949fe7336d84c10834c0 (diff)
downloadnrfdfu-68041c4710fc044c13f4107a74ae26badf611fd8.tar.gz
nrfdfu-68041c4710fc044c13f4107a74ae26badf611fd8.tar.bz2
nrfdfu-68041c4710fc044c13f4107a74ae26badf611fd8.zip
works
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;