aboutsummaryrefslogtreecommitdiffstats
path: root/prototypes.h
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2015-09-01 12:26:56 +0100
committerroot <root@no.no.james.local>2015-09-01 12:26:56 +0100
commitfa9856a79f67fe677340f5d21dd29da30647c1f5 (patch)
treeb47d46e2e4c84245b7a9c63925ca75d5b8e53a3c /prototypes.h
parent68041c4710fc044c13f4107a74ae26badf611fd8 (diff)
downloadnrfdfu-fa9856a79f67fe677340f5d21dd29da30647c1f5.tar.gz
nrfdfu-fa9856a79f67fe677340f5d21dd29da30647c1f5.tar.bz2
nrfdfu-fa9856a79f67fe677340f5d21dd29da30647c1f5.zip
works_quickly
Diffstat (limited to 'prototypes.h')
-rw-r--r--prototypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/prototypes.h b/prototypes.h
index 570f4f7..e16dc69 100644
--- a/prototypes.h
+++ b/prototypes.h
@@ -15,8 +15,12 @@ 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_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);
extern int ble_wait_run (BLE * ble);
+extern void ble_notify_pkts_start (BLE * ble);
+extern void ble_notify_pkts_stop (BLE * ble);
+extern size_t ble_notify_get_pkts (BLE * ble);
/* manifest.c */
extern json_object *_json_object_object_get (json_object * obj,
const char *name);