How do I change the properties of the Generic Access service's "Device Name" characteristic to be Read Only, not Read and Write? I see this
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&sec_mode);
but this only offers security modes related to bonding and MITM protection. Is there something like this for the setting the Read/Write permissions?
I am using sdk10 with s130.