Information related to Security permission flags in the aci_gatt_add_char function
Hi ST,
I am working with the NUCLEO-WB55 and we are adding some char in service but we don't know where we can find information for these fields
* @param Security_Permissions Security permission flags.
* Flags:
* - 0x00: None
* - 0x01: AUTHEN_READ (Need authentication to read)
* - 0x02: AUTHOR_READ (Need authorization to read)
* - 0x04: ENCRY_READ (Need encryption to read)
* - 0x08: AUTHEN_WRITE (need authentication to write)
* - 0x10: AUTHOR_WRITE (need authorization to write)
* - 0x20: ENCRY_WRITE (need encryption to write)
We do not understand if we need to use it or not, could you share with us some information to understand the different options and what is the purpose of them.
Thanks.
Marcos
