It suggests that it holds the permission regarding whether a chara. can be read, but isn't that kinda redundant since there are tons of other similar properties out there detailing the same thing?
Also I noticed that, when communication with the MCU using my android app, if I enable it, no matter I set CCCD handle or not, it won't trigger the
sd_ble_evt_handler(), and once I turn it off, the sd_ble_evt_handler() can correctly be triggered.
And by not triggering I mean nothing at all, this is what being triggered look like: I press a button on my app, it enters the handler, if I enable char_props.read, nothing happens, the ble evet handler appears not to be called at all.
Why is that?