aboutsummaryrefslogtreecommitdiffstats
path: root/prototypes.h
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2015-09-01 16:49:20 +0100
committerroot <root@no.no.james.local>2015-09-01 16:49:20 +0100
commitb92a20c60e5a4409179efc5b659411d3c0c7b6f6 (patch)
treefe257f8ae2547dbcbbdf603b33e4715d9d9d471a /prototypes.h
parent88d098d6b3f85f70c9cde405a0d2ff70997fe706 (diff)
downloadnrfdfu-b92a20c60e5a4409179efc5b659411d3c0c7b6f6.tar.gz
nrfdfu-b92a20c60e5a4409179efc5b659411d3c0c7b6f6.tar.bz2
nrfdfu-b92a20c60e5a4409179efc5b659411d3c0c7b6f6.zip
fix bugs, and better end handling
Diffstat (limited to 'prototypes.h')
-rw-r--r--prototypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/prototypes.h b/prototypes.h
index 0fba901..8489d3d 100644
--- a/prototypes.h
+++ b/prototypes.h
@@ -13,6 +13,7 @@ extern void ble_init(void);
extern BLE *ble_open(const char *bdaddr);
extern int ble_register_notify(BLE *ble);
extern int ble_send_cp(BLE *ble, uint8_t *buf, size_t len);
+extern int ble_send_cp_noresp(BLE *ble, uint8_t *buf, size_t len);
extern int ble_send_data(BLE *ble, uint8_t *buf, size_t len);
extern int ble_send_data_noresp(BLE *ble, uint8_t *buf, size_t len);
extern void ble_wait_setup(BLE *ble, uint8_t op);