In BLE Central Example like HRS and RSCS,
Central has Enabled the notification when event handler find Case : BLE_RSCS/HRS_C_EVT_DISCOVERY_COMPLETE.
But what if we want to read the value in fixed timed interval. Which function we need to use?
Also I found that Enable notification function reads value only if that value changes.
What changes will be require if we want to read/notify that value also if it is not changing ?
I am using nRF5_SDK_17.0.2 with nRF52840-DK Board