Hook Settings to being exposed

This commit is contained in:
Ben V. Brown
2022-11-20 22:15:58 +11:00
parent 1c6bbc2c06
commit d48b74736f
4 changed files with 160 additions and 6 deletions

View File

@@ -8,7 +8,9 @@ extern "C" {
#endif
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);
int ble_char_read_setting_value_callback(struct bt_conn *conn, const struct bt_gatt_attr *attr, void *buf, u16_t len, u16_t offset);
int ble_char_write_setting_value_callback(struct bt_conn *conn, const struct bt_gatt_attr *attr, const void *buf, u16_t len, u16_t offset, u8_t flags);
#ifdef __cplusplus
};