I'm confused about the difference between enabling CCCD property without a read property. CCCD means that the client will be indicated/notified when the characteristic has a new value. Using the nRF connect app, with CCCD enable when writing to the characteristic from the server side, the data is shown straight away. If using read instead I would need to press the read button to see the changes.
Would this mean that I wouldn't need to have both read and CCCD properties enabled?