1
0
forked from me/IronOS

rough status handler done

This commit is contained in:
Ben V. Brown
2022-11-20 18:04:45 +11:00
parent e88c064390
commit 36b60e250d
3 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
extern "C" {
#endif
int ble_char_read_callback(struct bt_conn *conn, const struct bt_gatt_attr *attr, void *buf, u16_t len, u16_t offset);
int ble_char_read_status_callback(struct bt_conn *conn, const struct bt_gatt_attr *attr, void *buf, u16_t len, u16_t offset);
int ble_tp_recv_wr(struct bt_conn *conn, const struct bt_gatt_attr *attr, const void *buf, u16_t len, u16_t offset, u8_t flags);
#ifdef __cplusplus