aboutsummaryrefslogtreecommitdiffstats
path: root/prototypes.h
diff options
context:
space:
mode:
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);