This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How do I Set the Device Name to Read Only?

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.

Related