This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to give response after client writes to characteristic?

I am going to have streaming data come through a characteristic on an S110 device. When the client writes to the characteristic, my peripheral device will read the characteristic value into a buffer and then send the response/ack back to the client. This will tell the client to send a new characteristic. I cannot find how to send a write response. Is this something that happens automatically in the BLE stack? Is it possible to implement a device in this manner?

Thanks

Related