Even I am writing BLE applications, but I don't totally understand these items:
In Characteristic Properties of GATT Characteristic metadata We have read, write, notify, indicate, etc ... I "think" I understand most of them.
In Characteristic Value Attribute We have attribute meta data with read_perm/write_perm and rd_auth/wr_auth.
When do we need to use read_perm/write_perm and rd_auth/wr_auth, and what is the difference between "perm" and "auth"?
Thanks