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

BLE nrf52832 SDK11 characteristic update with every read operation

I am using Nrf52832 sdk 11.I want to update the value of characteristic on every read operation from my andriod phone. I want that on every ble_gatts_evt_read: should give me new value whatever i feed through code. How should i implement ble_gatts_read to update the characteristic value with passkey implemented.

Related