I'm writing a client/central application connecting to a peripheral, discovering a service, and then wishing to enable notifications from a specific characteristic.
Once enabled, I expect to receive the BLE_GATTC_EVT_HVX events and go from there.
However, I cant seem to find a plain and simple example of a central enabling notification on a characteristic....
I'm using the nrf SDK (not the new SDK)
Thanks,
Jacob.