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

write with response

We are using S132. Our application has several proprietary services. Once with writable characteristic to which we would like to send a response. So basically a mobile application would send data to this characteristic via a write and our application (the peripheral) would respond with various response codes. Is this possible? I have looked but can't find any examples of such operations. What we are attempting to do is something described in BLE 4.1 Vol3 4.9.3 (Write Characteristic Value).

Related