From 68041c4710fc044c13f4107a74ae26badf611fd8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Sep 2015 11:42:26 +0100 Subject: works --- ble.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ble.h') 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; -- cgit v1.2.3