From fa9856a79f67fe677340f5d21dd29da30647c1f5 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Sep 2015 12:26:56 +0100 Subject: works_quickly --- prototypes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'prototypes.h') 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); -- cgit v1.2.3